mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-26 18:41:12 +00:00
mesh: reset sequence numbers on transition from iv update active to normal
This commit is contained in:
parent
c520adb916
commit
93bb2d2c93
@ -1482,6 +1482,8 @@ static void mesh_access_secure_network_beacon_handler(uint8_t packet_type, uint1
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (beacon_iv_update_active == 0){
|
if (beacon_iv_update_active == 0){
|
||||||
|
// " At the point of transition, the node shall reset the sequence number to 0x000000."
|
||||||
|
mesh_lower_transport_set_seq(0);
|
||||||
mesh_iv_update_completed();
|
mesh_iv_update_completed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user