Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfast_prov.c165 bt_mesh_atomic_or(bt_mesh.flags, BIT(BLE_MESH_PROVISIONER) | BIT(BLE_MESH_VALID_PROV)); in bt_mesh_set_fast_prov_action()
173 bt_mesh_atomic_and(bt_mesh.flags, ~(BIT(BLE_MESH_PROVISIONER) | BIT(BLE_MESH_VALID_PROV))); in bt_mesh_set_fast_prov_action()
Dmain.c182 return bt_mesh_atomic_test_bit(bt_mesh.flags, BLE_MESH_VALID_PROV); in bt_mesh_is_provisioner_en()
493 bt_mesh_atomic_clear_bit(bt_mesh.flags, BLE_MESH_VALID_PROV); in bt_mesh_deinit()
606 bt_mesh_atomic_set_bit(bt_mesh.flags, BLE_MESH_VALID_PROV); in bt_mesh_provisioner_enable()
703 bt_mesh_atomic_and(bt_mesh.flags, ~(BIT(BLE_MESH_PROVISIONER) | BIT(BLE_MESH_VALID_PROV))); in bt_mesh_provisioner_disable()
Dnet.h210 BLE_MESH_VALID_PROV, /* Provisioner has been enabled */ enumerator