Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_provisioning_api.h296 const uint8_t adv_type, const uint8_t *dev_uuid,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.h250 const uint8_t adv_type, const uint8_t dev_uuid[16],
Dprovisioner_main.h25 uint8_t dev_uuid[16]; /* Node Device UUID */ member
Dprovisioner_main.c264 if (mesh_nodes[i] && !memcmp(mesh_nodes[i]->dev_uuid, node->dev_uuid, 16)) { in provisioner_store_node()
265 BT_WARN("Node already exists, uuid %s", bt_hex(node->dev_uuid, 16)); in provisioner_store_node()
332 memcpy(node.dev_uuid, uuid, 16); in bt_mesh_provisioner_provision()
405 if (mesh_nodes[i] && !memcmp(mesh_nodes[i]->dev_uuid, uuid, 16)) { in provisioner_find_node_with_uuid()
Dsettings.c161 uint8_t dev_uuid[16]; member
1099 memcpy(node.dev_uuid, info.dev_uuid, 16); in node_info_set()
1114 BT_INFO("Restored Node 0x%04x, UUID %s", addr, bt_hex(node.dev_uuid, 16)); in node_info_set()
2531 memcpy(val.dev_uuid, node->dev_uuid, 16); in bt_mesh_store_node_info()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h747 uint8_t dev_uuid[16]; /*!< Device UUID */ member
1035 uint8_t dev_uuid[16]; /*!< Device UUID of the unprovisioned device */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c696 … const uint8_t adv_type, const uint8_t dev_uuid[16], in btc_ble_mesh_provisioner_recv_unprov_adv_pkt_cb()
704 if (addr == NULL || dev_uuid == NULL || in btc_ble_mesh_provisioner_recv_unprov_adv_pkt_cb()
710 memcpy(mesh_param.provisioner_recv_unprov_adv_pkt.dev_uuid, dev_uuid, 16); in btc_ble_mesh_provisioner_recv_unprov_adv_pkt_cb()