-
-
Notifications
You must be signed in to change notification settings - Fork 284
CurieBLE: Deprecated BLEConnected and BLEDisconnected events not triggered #445
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
Comments
sgbihu
added a commit
to sgbihu/corelibs-arduino101
that referenced
this issue
Feb 20, 2017
…t triggered 1. Root casue: The callback regiter before the begin and the begin reset the callback. 2. Solution: Remove it from the init method and init it when create.
sgbihu
added a commit
to sgbihu/corelibs-arduino101
that referenced
this issue
Feb 20, 2017
…t triggered 1. Root casue: The callback regiter before the begin and the begin reset the callback. 2. Solution: Remove it from the init method and init it when create.
Fixed |
This issue is tracked by Jira ticket 858. |
Confirmed that this is working with PR447 using the sketch linked here. Also ran basic BAT tests along with some manual testing. |
sgbihu
added a commit
to sgbihu/corelibs-arduino101
that referenced
this issue
Feb 23, 2017
…t triggered 1. Root casue: The callback regiter before the begin and the begin reset the callback. 2. Solution: Remove it from the init method and init it when create.
this works with PR 455 system tests and tested for seeing connects and disconnects. Looks good. |
Tested again with the 2.0.1 RC1 release, this now works as expected. Closing.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While testing the v1.0.7 LED callback example (https://github.com/01org/corelibs-arduino101/blob/1.0.7/libraries/CurieBLE/examples/CallbackLED/CallbackLED.ino), I noticed the BLEConnected and BLEDisconnected events are not being trigged.
The text was updated successfully, but these errors were encountered: