Home
last modified time | relevance | path

Searched refs:hid_host_connection (Results 1 – 2 of 2) sorted by relevance

/btstack/src/
H A Dbtstack_memory.h138 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection);
H A Dbtstack_memory.c831 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free() argument
832 btstack_memory_pool_free(&hid_host_connection_pool, hid_host_connection); in btstack_memory_hid_host_connection_free()
838 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free() argument
839 UNUSED(hid_host_connection); in btstack_memory_hid_host_connection_free()
859 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free() argument
861 btstack_memory_buffer_t * buffer = &((btstack_memory_buffer_t *) hid_host_connection)[-1]; in btstack_memory_hid_host_connection_free()