Home
last modified time | relevance | path

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

/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp1286 context = btstack_memory_mesh_network_key_get(); in TEST()
1292 context = btstack_memory_mesh_network_key_get(); in TEST()
1297 context = btstack_memory_mesh_network_key_get(); in TEST()
1313 context = btstack_memory_mesh_network_key_get(); in TEST()
1319 context = btstack_memory_mesh_network_key_get(); in TEST()
/btstack/src/
H A Dbtstack_memory.h180 mesh_network_key_t * btstack_memory_mesh_network_key_get(void);
H A Dbtstack_memory.c1747 mesh_network_key_t * btstack_memory_mesh_network_key_get(void){ in btstack_memory_mesh_network_key_get() function
1758 mesh_network_key_t * btstack_memory_mesh_network_key_get(void){ in btstack_memory_mesh_network_key_get() function
1772 mesh_network_key_t * btstack_memory_mesh_network_key_get(void){ in btstack_memory_mesh_network_key_get() function
/btstack/test/mesh/
H A Dprovisioning_device_test.cpp129 extern "C" mesh_network_key_t * btstack_memory_mesh_network_key_get(void){ in btstack_memory_mesh_network_key_get() function
H A Dmesh_message_test.cpp200 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in load_network_key_nid_68()
209 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in load_network_key_nid_5e()
218 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in load_network_key_nid_10()
/btstack/src/mesh/
H A Dprovisioning_device.c726 network_key = btstack_memory_mesh_network_key_get(); in provisioning_handle_data_ccm()
H A Dmesh_configuration_server.c627 mesh_network_key_t * new_network_key = btstack_memory_mesh_network_key_get(); in config_netkey_add_handler()
717 mesh_network_key_t * new_network_key = btstack_memory_mesh_network_key_get(); in config_netkey_update_handler()
H A Dmesh.c634 mesh_network_key_t * network_key = btstack_memory_mesh_network_key_get(); in mesh_load_network_keys()