Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dmain.c308 if (bt_mesh_atomic_test_and_set_bit(bt_mesh.flags, BLE_MESH_SUSPENDED)) { in bt_mesh_suspend()
314 bt_mesh_atomic_clear_bit(bt_mesh.flags, BLE_MESH_SUSPENDED); in bt_mesh_suspend()
350 if (!bt_mesh_atomic_test_and_clear_bit(bt_mesh.flags, BLE_MESH_SUSPENDED)) { in bt_mesh_resume()
357 bt_mesh_atomic_set_bit(bt_mesh.flags, BLE_MESH_SUSPENDED); in bt_mesh_resume()
Dnet.h211 BLE_MESH_SUSPENDED, /* Network is temporarily suspended */ enumerator
Dadv.c350 if (bt_mesh_atomic_test_bit(bt_mesh.flags, BLE_MESH_SUSPENDED)) { in bt_mesh_adv_create_from_pool()