Searched refs:BT_MESH_INIT (Results 1 – 4 of 4) sorted by relevance
34 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_INIT)) { \
55 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()
87 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_INIT)) { in mesh_commit()
183 BT_MESH_INIT, /* We have been initialized */ enumerator