Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory_pool.h56 typedef void * btstack_memory_pool_t; typedef
59 void btstack_memory_pool_create(btstack_memory_pool_t *pool, void * storage, int count, int block…
62 void * btstack_memory_pool_get(btstack_memory_pool_t *pool);
65 void btstack_memory_pool_free(btstack_memory_pool_t *pool, void * block);
H A Dbtstack_memory.c131 static btstack_memory_pool_t hci_connection_pool;
189 static btstack_memory_pool_t l2cap_service_pool;
246 static btstack_memory_pool_t l2cap_channel_pool;
305 static btstack_memory_pool_t rfcomm_multiplexer_pool;
362 static btstack_memory_pool_t rfcomm_service_pool;
419 static btstack_memory_pool_t rfcomm_channel_pool;
477 static btstack_memory_pool_t btstack_link_key_db_memory_entry_pool;
535 static btstack_memory_pool_t bnep_service_pool;
592 static btstack_memory_pool_t bnep_channel_pool;
650 static btstack_memory_pool_t goep_server_service_pool;
[all …]
H A Dbtstack_memory_pool.c58 void btstack_memory_pool_create(btstack_memory_pool_t *pool, void * storage, int count, int block_s… in btstack_memory_pool_create()
71 void * btstack_memory_pool_get(btstack_memory_pool_t *pool){ in btstack_memory_pool_get()
83 void btstack_memory_pool_free(btstack_memory_pool_t *pool, void * block){ in btstack_memory_pool_free()
/btstack/test/btstack_memory/
H A Dbtstack_memory_pool_test.cpp66 btstack_memory_pool_t pdu_pool; in TEST_GROUP()
/btstack/example/
H A Dle_mitm.c149 static btstack_memory_pool_t att_pdu_pool;
/btstack/chipset/sx128x/
H A Dll_sx1280.c370 static btstack_memory_pool_t ll_pdu_pool;
/btstack/port/nrf5-cinnamon/port/
H A Dll_nrf5.c308 static btstack_memory_pool_t ll_pdu_pool;