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

Sending data to bonded devices with Service Changed char does not work on 2.3.0 o Android 6 or lower #27

Closed
philips77 opened this issue Mar 10, 2017 · 0 comments

Comments

@philips77
Copy link
Member

The issue is related to https://github.com/NordicSemiconductor/Android-nRF-Toolbox/blob/master/app/src/main/java/no/nordicsemi/android/nrftoolbox/profile/BleManager.java#L391. The ensureServiceChangedEnabled() method is called by ``nextRequest()which sets themOperationInProgress``` flag to true. Adding another request in the line mentioned above is an error, as it will not be processed. Instead ```internalEnableNotifications(...)``` should be called.

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