Home
last modified time | relevance | path

Searched refs:btstack_memory_hid_host_connection_get (Results 1 – 4 of 4) sorted by relevance

/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp603 context = btstack_memory_hid_host_connection_get(); in TEST()
609 context = btstack_memory_hid_host_connection_get(); in TEST()
614 context = btstack_memory_hid_host_connection_get(); in TEST()
630 context = btstack_memory_hid_host_connection_get(); in TEST()
636 context = btstack_memory_hid_host_connection_get(); in TEST()
/btstack/src/
H A Dbtstack_memory.h137 hid_host_connection_t * btstack_memory_hid_host_connection_get(void);
H A Dbtstack_memory.c824 hid_host_connection_t * btstack_memory_hid_host_connection_get(void){ in btstack_memory_hid_host_connection_get() function
835 hid_host_connection_t * btstack_memory_hid_host_connection_get(void){ in btstack_memory_hid_host_connection_get() function
849 hid_host_connection_t * btstack_memory_hid_host_connection_get(void){ in btstack_memory_hid_host_connection_get() function
/btstack/src/classic/
H A Dhid_host.c345 hid_host_connection_t * connection = btstack_memory_hid_host_connection_get(); in hid_host_create_connection()