Searched refs:btstack_memory_pool_t (Results 1 – 7 of 7) sorted by relevance
56 typedef void * btstack_memory_pool_t; typedef59 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);
131 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 …]
58 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()
66 btstack_memory_pool_t pdu_pool; in TEST_GROUP()
149 static btstack_memory_pool_t att_pdu_pool;
370 static btstack_memory_pool_t ll_pdu_pool;
308 static btstack_memory_pool_t ll_pdu_pool;