Home
last modified time | relevance | path

Searched refs:BT_MESH_SUSPENDED (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dmain.c260 if (atomic_test_bit(bt_mesh.flags, BT_MESH_SUSPENDED)) { in bt_mesh_suspend()
299 atomic_set_bit(bt_mesh.flags, BT_MESH_SUSPENDED); in bt_mesh_suspend()
323 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_SUSPENDED)) { in bt_mesh_resume()
339 atomic_clear_bit(bt_mesh.flags, BT_MESH_SUSPENDED); in bt_mesh_resume()
A Dadv.c269 if (atomic_test_bit(bt_mesh.flags, BT_MESH_SUSPENDED)) { in bt_mesh_adv_create_from_pool()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h206 BT_MESH_SUSPENDED, /* Network is temporarily suspended */ enumerator

Completed in 7 milliseconds