Searched refs:prov_complete (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_main.h | 305 void (*prov_complete)(uint16_t node_idx, const uint8_t device_uuid[16], member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | prov.c | 1270 static void prov_complete(const uint8_t *data) in prov_complete() function 1292 { prov_complete, 0 },
|
D | provisioner_prov.c | 2611 static void prov_complete(const uint8_t idx, const uint8_t *data) function 2645 if (prov->prov_complete) { 2646 prov->prov_complete(index, link[idx].uuid, link[idx].unicast_addr, 2681 { prov_complete, 0 },
|