Home
last modified time | relevance | path

Searched refs:reprovisioned (Results 1 – 8 of 8) 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.c921 if (bt_mesh_prov->reprovisioned) { in reprovision_local_client_server()
923 bt_mesh_prov->reprovisioned(bt_mesh_primary_addr()); in reprovision_local_client_server()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c458 static void reprovisioned(uint16_t addr) in reprovisioned() function
597 .reprovisioned = reprovisioned,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c404 .reprovisioned = prov_reprovisioned,
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst574 it should be unprovisioned first and reprovisioned after update again.