ArduinoCore-arc32
ArduinoCore-arc32 copied to clipboard
Jira 916 913 BLESubscribed, BLEUnsubscribed Event Handlers are not called
- Implement the subscribe changed event notify feature.
Changed files: BLECallbacks.cpp - Add subscribe changed handler and disconnect process BLECallbacks.h - Callback declaration BLECharacteristicImp.cpp - Add the event changed handler BLECharacteristicImp.h - Handler declaration
#531
@SidLeung @sgbihu The subscribe and unsubscribe events are now generated on the peripheral. When unsubscribing the central is calling if (!ledCharacteristic.unsubscribe()) { This is returning false even though the peripheral is seeing the unsubscribe. I will file a jira.
@sgbihu Please check into the case in Central mode.
https://jira.ndg.intel.com/browse/ATLEDGE-916
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.