Home
last modified time | relevance | path

Searched refs:esp_ble_mesh_octet16_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h44 typedef uint8_t esp_ble_mesh_octet16_t[ESP_BLE_MESH_OCTET16_LEN]; typedef
1101 esp_ble_mesh_octet16_t device_uuid; /*!< Device UUID of the provisioned device */
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c811 …cpy(mesh_param.provisioner_prov_complete.device_uuid, device_uuid, sizeof(esp_ble_mesh_octet16_t)); in btc_ble_mesh_provisioner_prov_complete_cb()