Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_node.h306 const uint8_t * mesh_node_get_device_uuid(void);
H A Dmesh_node.c262 const uint8_t * mesh_node_get_device_uuid(void){ in mesh_node_get_device_uuid() function
H A Dmesh.c1074 mesh_access_setup_unprovisioned_device(mesh_node_get_device_uuid()); in mesh_node_reset()
1149 if (mesh_node_get_device_uuid() == NULL){ in mesh_node_startup_from_tlv()
1159 const uint8_t * device_uuid = mesh_node_get_device_uuid(); in mesh_node_startup_from_tlv()
H A Dmesh_proxy.c138 const uint8_t * device_uuid = mesh_node_get_device_uuid(); in mesh_proxy_start_advertising_unprovisioned_device()
H A Dpb_adv.c198 own_device_uuid = mesh_node_get_device_uuid(); in pb_adv_handle_bearer_control()