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
90 stars 41 forks source link

Improvement: DeviceController 'echo' now attempts to reduce MTU Size when encountered #85

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

For very long messages, if there's an 'insufficient' MTU Error thrown back, we now try to reduce the MTU to fix it. We also guard against an infinite recursion if the updated MTU value returned does not change.