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

Refactor: 'Chunk Complete' Logic in McuMgrBleTransportWriteState moved to its own Function #76

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

This is to make the logic of the code easier to read / find. But I think this is the culprit behind some timeout issues, since it's the logic that opens up the lock holding back the upper layers of Data processing.