Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c1230 static btstack_memory_pool_t gatt_client_pool; variable
1232 void * buffer = btstack_memory_pool_get(&gatt_client_pool); in btstack_memory_gatt_client_get()
1239 btstack_memory_pool_free(&gatt_client_pool, gatt_client); in btstack_memory_gatt_client_free()
2105 …btstack_memory_pool_create(&gatt_client_pool, gatt_client_storage, MAX_NR_GATT_CLIENTS, sizeof(gat… in btstack_memory_init()