Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c643 bool bt_mesh_net_iv_update(uint32_t iv_index, bool iv_update) in bt_mesh_net_iv_update() argument
656 if (iv_update) { in bt_mesh_net_iv_update()
678 || (iv_index == bt_mesh.iv_index + 1 && !iv_update) in bt_mesh_net_iv_update()
689 if (iv_index == bt_mesh.iv_index + 1 && !iv_update) { in bt_mesh_net_iv_update()
695 if (!iv_update) { in bt_mesh_net_iv_update()
711 if (!iv_update && bt_mesh_tx_in_progress()) { in bt_mesh_net_iv_update()
718 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, iv_update); in bt_mesh_net_iv_update()
721 if (iv_update) { in bt_mesh_net_iv_update()
Dnet.h342 bool bt_mesh_net_iv_update(uint32_t iv_index, bool iv_update);
Dsettings.c104 uint8_t iv_update:1, member
274 bt_mesh_atomic_set_bit_to(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS, iv.iv_update); in iv_set()
278 iv.iv_index, iv.iv_update, iv.iv_duration); in iv_set()
1538 iv.iv_update = bt_mesh_atomic_test_bit(bt_mesh.flags, BLE_MESH_IVU_IN_PROGRESS); in store_pending_iv()