Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dmain.c59 if (atomic_test_and_set_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_provision()
75 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision()
116 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_reset()
178 return atomic_test_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_is_provisioned()
256 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_suspend()
319 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_resume()
A Dsettings.c994 atomic_set_bit(bt_mesh.flags, BT_MESH_VALID); in mesh_commit()
1580 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in store_pending()
1592 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in store_pending()
1600 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in store_pending()
1616 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in store_pending()
A Dprovisioner_prov.c3809 if (atomic_test_and_set_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_provisioner_local_provision()
3824 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provisioner_local_provision()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h205 BT_MESH_VALID, /* We have been provisioned */ enumerator

Completed in 13 milliseconds