Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.h181 void btstack_memory_mesh_network_key_free(mesh_network_key_t *mesh_network_key);
H A Dbtstack_memory.c1754 void btstack_memory_mesh_network_key_free(mesh_network_key_t *mesh_network_key){ in btstack_memory_mesh_network_key_free() argument
1755 btstack_memory_pool_free(&mesh_network_key_pool, mesh_network_key); in btstack_memory_mesh_network_key_free()
1761 void btstack_memory_mesh_network_key_free(mesh_network_key_t *mesh_network_key){ in btstack_memory_mesh_network_key_free() argument
1762 UNUSED(mesh_network_key); in btstack_memory_mesh_network_key_free()
1782 void btstack_memory_mesh_network_key_free(mesh_network_key_t *mesh_network_key){ in btstack_memory_mesh_network_key_free() argument
1784 btstack_memory_buffer_t * buffer = &((btstack_memory_buffer_t *) mesh_network_key)[-1]; in btstack_memory_mesh_network_key_free()