Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_active (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.h183 bool bt_mesh_prov_active(void);
Dprov.c306 bool bt_mesh_prov_active(void) in bt_mesh_prov_active() function
Dmain.c637 if (!IS_ENABLED(CONFIG_BT_MESH_PROV) || !bt_mesh_prov_active() || in bt_mesh_start()
Dprovisionee.c730 if (bt_mesh_prov_active()) { in bt_mesh_prov_disable()
Dbeacon.c514 if (!bt_mesh_prov_active()) { in beacon_send()