Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c1746 static btstack_memory_pool_t mesh_network_key_pool; variable
1748 void * buffer = btstack_memory_pool_get(&mesh_network_key_pool); in btstack_memory_mesh_network_key_get()
1755 btstack_memory_pool_free(&mesh_network_key_pool, mesh_network_key); in btstack_memory_mesh_network_key_free()
2135 …btstack_memory_pool_create(&mesh_network_key_pool, mesh_network_key_storage, MAX_NR_MESH_NETWORK_K… in btstack_memory_init()