Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c619 bt_mesh_net_iv_update(bt_mesh.iv_index, false); in bt_mesh_iv_update()
621 bt_mesh_net_iv_update(bt_mesh.iv_index + 1, true); in bt_mesh_iv_update()
643 bool bt_mesh_net_iv_update(uint32_t iv_index, bool iv_update) in bt_mesh_net_iv_update() function
777 bt_mesh_net_iv_update(bt_mesh.iv_index + 1, true); in bt_mesh_next_seq()
1558 bt_mesh_net_iv_update(bt_mesh.iv_index, false); in ivu_refresh()
Dnet.h342 bool bt_mesh_net_iv_update(uint32_t iv_index, bool iv_update);
Dbeacon.c415 iv_change = bt_mesh_net_iv_update(iv_index, BLE_MESH_IV_UPDATE(flags)); in secure_beacon_recv()
Dlpn.c1025 bt_mesh_net_iv_update(iv_index, BLE_MESH_IV_UPDATE(msg->flags)); in bt_mesh_lpn_friend_update()
Dtransport.c305 if (bt_mesh_net_iv_update(bt_mesh.iv_index, false)) { in seg_tx_reset()