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

Extended 'Fast Timeout' for Commands #113

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

Previously, the default wait time for commands was 1 second, which in theory should be enough, but on firmware devices under stress (older chips) it might be too strict. So we've doubled the amount. Which could make transfers slower when a retry is required, but we can't have it all.