Searched refs:BT_MESH_VALID (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | main.c | 59 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 D | settings.c | 994 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 D | provisioner_prov.c | 3809 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 D | net.h | 205 BT_MESH_VALID, /* We have been provisioned */ enumerator
|
Completed in 16 milliseconds