Home
last modified time | relevance | path

Searched refs:BT_MESH_INIT (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dsettings.h34 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_INIT)) { \
Dmain.c55 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_INIT)) { in bt_mesh_provision()
343 !atomic_test_bit(bt_mesh.flags, BT_MESH_INIT)) { in bt_mesh_reset()
352 atomic_set_bit(bt_mesh.flags, BT_MESH_INIT); in bt_mesh_reset()
568 if (atomic_test_and_set_bit(bt_mesh.flags, BT_MESH_INIT)) { in bt_mesh_init()
Dsettings.c87 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_INIT)) { in mesh_commit()
Dnet.h183 BT_MESH_INIT, /* We have been initialized */ enumerator