Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eliogilvy opened this issue May 3, 2024 · 0 comments
Open

Comments

@eliogilvy
Copy link

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

Running into an issue:

  • NordicDfu().abortDfu() called mid update as a user would like to cancel the update
  • onDfuAborted callback received, so the update has successfully aborted and is no longer sending packets
  • Dfu maintains it's ble connection for about a minute before finally disconnecting

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant