Home
last modified time | relevance | path

Searched refs:device_uuid (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h305 void (*prov_complete)(uint16_t node_idx, const uint8_t device_uuid[16],
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c799 static void btc_ble_mesh_provisioner_prov_complete_cb(uint16_t node_idx, const uint8_t device_uuid[… in btc_ble_mesh_provisioner_prov_complete_cb()
811 …memcpy(mesh_param.provisioner_prov_complete.device_uuid, device_uuid, sizeof(esp_ble_mesh_octet16_… in btc_ble_mesh_provisioner_prov_complete_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h1101 esp_ble_mesh_octet16_t device_uuid; /*!< Device UUID of the provisioned device */ member