Searched refs:BLE_MESH_VALID_PROV (Results 1 – 3 of 3) sorted by relevance
165 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()
182 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()
210 BLE_MESH_VALID_PROV, /* Provisioner has been enabled */ enumerator