Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c131 static btstack_memory_pool_t hci_connection_pool; variable
133 void * buffer = btstack_memory_pool_get(&hci_connection_pool); in btstack_memory_hci_connection_get()
140 btstack_memory_pool_free(&hci_connection_pool, hci_connection); in btstack_memory_hci_connection_free()
2032 …btstack_memory_pool_create(&hci_connection_pool, hci_connection_storage, MAX_NR_HCI_CONNECTIONS, s… in btstack_memory_init()