Home
last modified time | relevance | path

Searched refs:btstack_memory_hid_host_connection_free (Results 1 – 4 of 4) 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() function
838 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free() function
859 void btstack_memory_hid_host_connection_free(hid_host_connection_t *hid_host_connection){ in btstack_memory_hid_host_connection_free() function
/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp605 btstack_memory_hid_host_connection_free(context); in TEST()
611 btstack_memory_hid_host_connection_free(context); in TEST()
616 btstack_memory_hid_host_connection_free(context); in TEST()
/btstack/src/classic/
H A Dhid_host.c389 btstack_memory_hid_host_connection_free(connection); in hid_host_finalize_connection()