ArduinoCore-arc32 icon indicating copy to clipboard operation
ArduinoCore-arc32 copied to clipboard

Jira 916 913 BLESubscribed, BLEUnsubscribed Event Handlers are not called

Open sgbihu opened this issue 8 years ago • 3 comments

  1. 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

sgbihu avatar Apr 14 '17 00:04 sgbihu

@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.

russmcinnis avatar Apr 14 '17 14:04 russmcinnis

@sgbihu Please check into the case in Central mode.

https://jira.ndg.intel.com/browse/ATLEDGE-916

SidLeung avatar Apr 14 '17 18:04 SidLeung

CLA assistant check
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.

CLAassistant avatar Apr 09 '21 13:04 CLAassistant