Home
last modified time | relevance | path

Searched refs:hid_host_connection_t (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Dhid_host.c97hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i… in hid_descriptor_storage_get_available_space()
103 static hid_host_connection_t * hid_host_get_connection_for_hid_cid(uint16_t hid_cid){ in hid_host_get_connection_for_hid_cid()
107hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i… in hid_host_get_connection_for_hid_cid()
114 static hid_host_connection_t * hid_host_get_connection_for_l2cap_cid(uint16_t l2cap_cid){ in hid_host_get_connection_for_l2cap_cid()
118hid_host_connection_t * connection = (hid_host_connection_t *)btstack_linked_list_iterator_next(&i… in hid_host_get_connection_for_l2cap_cid()
125 static void hid_descriptor_storage_init(hid_host_connection_t * connection){ in hid_descriptor_storage_init()
133 static bool hid_descriptor_storage_store(hid_host_connection_t * connection, uint8_t byte){ in hid_descriptor_storage_store()
142 static void hid_descriptor_storage_delete(hid_host_connection_t * connection){ in hid_descriptor_storage_delete()
157hid_host_connection_t * conn = (hid_host_connection_t *)btstack_linked_list_iterator_next(&it); in hid_descriptor_storage_delete()
171 hid_host_connection_t * connection = hid_host_get_connection_for_hid_cid(hid_cid); in hid_descriptor_storage_get_descriptor_data()
[all …]
H A Dhid_host.h130 } hid_host_connection_t; typedef
/btstack/src/
H A Dbtstack_memory.h137 hid_host_connection_t * btstack_memory_hid_host_connection_get(void);
138 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection);
H A Dbtstack_memory.c822 static hid_host_connection_t hid_host_connection_storage[MAX_NR_HID_HOST_CONNECTIONS];
824 hid_host_connection_t * btstack_memory_hid_host_connection_get(void){ in btstack_memory_hid_host_connection_get()
827 memset(buffer, 0, sizeof(hid_host_connection_t)); in btstack_memory_hid_host_connection_get()
829 return (hid_host_connection_t *) buffer; in btstack_memory_hid_host_connection_get()
831 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free()
835 hid_host_connection_t * btstack_memory_hid_host_connection_get(void){ in btstack_memory_hid_host_connection_get()
838 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free()
846 hid_host_connection_t data;
849 hid_host_connection_t * btstack_memory_hid_host_connection_get(void){ in btstack_memory_hid_host_connection_get()
859 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free()
[all …]
/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp601 hid_host_connection_t * context; in TEST()
622 hid_host_connection_t * context; in TEST()