Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c246 static btstack_memory_pool_t l2cap_channel_pool; variable
248 void * buffer = btstack_memory_pool_get(&l2cap_channel_pool); in btstack_memory_l2cap_channel_get()
255 btstack_memory_pool_free(&l2cap_channel_pool, l2cap_channel); in btstack_memory_l2cap_channel_free()
2039 …btstack_memory_pool_create(&l2cap_channel_pool, l2cap_channel_storage, MAX_NR_L2CAP_CHANNELS, size… in btstack_memory_init()