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

Bonding #50

Closed
pwespi opened this issue Feb 26, 2021 · 2 comments
Closed

Bonding #50

pwespi opened this issue Feb 26, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@pwespi
Copy link
Member

pwespi commented Feb 26, 2021

Feature request mentioned in #5.

This will be Android only:

On iOS there is no API to handle bonding. It is performed automatically when accessing a characteristic that requires security. See e.g. https://devzone.nordicsemi.com/f/nordic-q-a/8507/getting-an-ios-central-app-to-bond

Web:

  • Chrome on macOS: automatically performs bonding when accessing a secure characteristic (as on iOS)
  • Chrome on Windows: does not perform bonding
  • Chrome on Android: does not perform bonding
@pwespi
Copy link
Member Author

pwespi commented Apr 10, 2021

createBond and isBondedhave been added for Android.

@pwespi pwespi closed this as completed Apr 10, 2021
@crebuh
Copy link

crebuh commented Feb 12, 2024

How do you handle the situation when the user wants to remove the device connection completely?

Currently I have the issue that when the user disconnects from the device it is still bonded. In this case I will have to guide him to the system settings and remove the bond from there, otherwise the device and my app will always reconnect automatically.

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

No branches or pull requests

2 participants