Home
last modified time | relevance | path

Searched refs:bt_mesh_atomic_set_bit_to (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_atomic.h286 static inline void bt_mesh_atomic_set_bit_to(bt_mesh_atomic_t *target, int bit, bool val) in bt_mesh_atomic_set_bit_to() function
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c458 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_INITIATOR, enable); in bt_mesh_beacon_ivu_initiator()
Dnet.c481 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, in bt_mesh_net_create()
606 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_TEST, enable); in bt_mesh_iv_update_test()
712 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, iv_update); in bt_mesh_net_iv_update()
Dprovisioner_main.c135 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, in bt_mesh_provisioner_net_create()
Dsettings.c274 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, iv.iv_update); in iv_set()