Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_srv.rst21 Provisioning Protocol Interface (NPPI) procedure, the :c:member:`bt_mesh_prov.reprovisioned`
Ddfu_srv.rst65 firmware image until the device is reprovisioned with Node Provisioning Protocol Interface (NPPI)
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h284 void (*reprovisioned)(uint16_t addr); member
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisionee.c624 if (bt_mesh_prov->reprovisioned) { in reprovision_complete()
625 bt_mesh_prov->reprovisioned(bt_mesh_primary_addr()); in reprovision_complete()
Dprovisioner.c923 if (bt_mesh_prov->reprovisioned) { in reprovision_local_client_server()
925 bt_mesh_prov->reprovisioned(bt_mesh_primary_addr()); in reprovision_local_client_server()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c471 static void reprovisioned(uint16_t addr) in reprovisioned() function
618 .reprovisioned = reprovisioned,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c369 .reprovisioned = prov_reprovisioned,