NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
88 stars 40 forks source link

Fix: When uploading offset 0 of any Image, we need to wait more before triggering a Timeout #104

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

This is because writing a new Image might trigger an erase on the firmware side, which could take a few seconds. Also, note that even if we've set '20' seconds as the timeout number, the total timeout time will probably be closer to 60, because the BleTransport has 3 automatic retries unless an error is encountered.

Fixes Issue https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager/issues/52#issuecomment-1479580347