Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c1287 static btstack_memory_pool_t hids_client_pool; variable
1289 void * buffer = btstack_memory_pool_get(&hids_client_pool); in btstack_memory_hids_client_get()
1296 btstack_memory_pool_free(&hids_client_pool, hids_client); in btstack_memory_hids_client_free()
2108 …btstack_memory_pool_create(&hids_client_pool, hids_client_storage, MAX_NR_HIDS_CLIENTS, sizeof(hid… in btstack_memory_init()