juliansteenbakker / nordic_dfu

Execute a Device Firmware Update (DFU) on your nRF51 or nRF52 chip from Nordic Semiconductor. Fork from flutter_nordic_dfu.
MIT License
29 stars 31 forks source link

Aborting dfu mid-update doesn't immediately disconnect from peripheral #151

Open eliogilvy opened 5 months ago

eliogilvy commented 5 months ago

Using version 6.4.1+hotfix Using an Android device with a connection to a ble peripheral

Running into an issue:

Am I correct in assuming that the ble connection should be severed immediately after a successful abort, or is the behavior I'm seeing intentional?