Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.h197 void bt_mesh_prov_complete(uint16_t net_idx, uint16_t addr);
Dprov.c409 void bt_mesh_prov_complete(uint16_t net_idx, uint16_t addr) in bt_mesh_prov_complete() function
Dmain.c664 bt_mesh_prov_complete(sub->net_idx, addr); in bt_mesh_start()