Home
last modified time | relevance | path

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

/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp72 hci_connection_t * buffer_1 = btstack_memory_hci_connection_get(); in TEST()
73 hci_connection_t * buffer_2 = btstack_memory_hci_connection_get(); in TEST()
74 hci_connection_t * buffer_3 = btstack_memory_hci_connection_get(); in TEST()
91 context = btstack_memory_hci_connection_get(); in TEST()
97 context = btstack_memory_hci_connection_get(); in TEST()
102 context = btstack_memory_hci_connection_get(); in TEST()
118 context = btstack_memory_hci_connection_get(); in TEST()
124 context = btstack_memory_hci_connection_get(); in TEST()
/btstack/src/
H A Dbtstack_memory.h105 hci_connection_t * btstack_memory_hci_connection_get(void);
H A Dbtstack_memory.c132 hci_connection_t * btstack_memory_hci_connection_get(void){ in btstack_memory_hci_connection_get() function
143 hci_connection_t * btstack_memory_hci_connection_get(void){ in btstack_memory_hci_connection_get() function
157 hci_connection_t * btstack_memory_hci_connection_get(void){ in btstack_memory_hci_connection_get() function
H A Dhci.c331 hci_connection_t * conn = btstack_memory_hci_connection_get(); in create_connection_for_bd_addr_and_type()