Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h68 struct bt_mesh_node *bt_mesh_provisioner_get_node_with_uuid(const uint8_t uuid[16]);
Dprovisioner_prov.c488 if (bt_mesh_provisioner_get_node_with_uuid(uuid)) {
567 if (bt_mesh_provisioner_get_node_with_uuid(uuid)) {
759 if (bt_mesh_provisioner_get_node_with_uuid(add_dev->uuid) == NULL) {
819 if (bt_mesh_provisioner_get_node_with_uuid(add_dev->uuid) == NULL) {
900 if (bt_mesh_provisioner_get_node_with_uuid(uuid) == NULL) {
2426 node = bt_mesh_provisioner_get_node_with_uuid(link[idx].uuid);
Dprovisioner_main.c489 struct bt_mesh_node *bt_mesh_provisioner_get_node_with_uuid(const uint8_t uuid[16]) in bt_mesh_provisioner_get_node_with_uuid() function
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c794 return (esp_ble_mesh_node_t *)bt_mesh_provisioner_get_node_with_uuid(uuid); in btc_ble_mesh_provisioner_get_node_with_uuid()