Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dmain.c50 if (bt_mesh_atomic_test_and_set_bit(bt_mesh.flags, BLE_MESH_VALID)) { in bt_mesh_provision()
66 bt_mesh_atomic_clear_bit(bt_mesh.flags, BLE_MESH_VALID); in bt_mesh_provision()
113 bt_mesh_atomic_clear_bit(bt_mesh.flags, BLE_MESH_VALID); in bt_mesh_node_reset()
168 return bt_mesh_atomic_test_bit(bt_mesh.flags, BLE_MESH_VALID); in bt_mesh_is_provisioned()
304 if (!bt_mesh_atomic_test_bit(bt_mesh.flags, BLE_MESH_VALID)) { in bt_mesh_suspend()
346 if (!bt_mesh_atomic_test_bit(bt_mesh.flags, BLE_MESH_VALID)) { in bt_mesh_resume()
481 bt_mesh_atomic_clear_bit(bt_mesh.flags, BLE_MESH_VALID); in bt_mesh_deinit()
Dnet.h209 BLE_MESH_VALID, /* We have been provisioned */ enumerator
Dsettings.c1425 bt_mesh_atomic_set_bit(bt_mesh.flags, BLE_MESH_VALID); in settings_core_commit()