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/ |
D | mesh_atomic.h | 286 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/ |
D | beacon.c | 458 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_INITIATOR, enable); in bt_mesh_beacon_ivu_initiator()
|
D | net.c | 481 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()
|
D | provisioner_main.c | 135 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, in bt_mesh_provisioner_net_create()
|
D | settings.c | 274 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, iv.iv_update); in iv_set()
|