esp-nimble-cpp/docs
h2zero 4723b1cc53
Server: Add onSubscribe() callback for characteristics. (#21)
Server: Add onSubscribe() callback for characteristics.

Adds a new method to NimBLECharacteristicCallbacks that gets called when a client
changes it's subscription status.

* Remove NimBLE2902 class.

As the NimBLE2902 class usefulness was only related to callback functions that were replaced
by the NimBLECharacteristicCallbacks:onSubscribe() method this removes the NimBLE2902 class and
moves all subscription handling to NimBLECharacteristic.

* Update documents and examples to reflect this change.

* Add getSubscribedCount() to get the number of subscribed clients.
2020-07-27 21:11:38 -06:00
..
BREAKING_API_CHANGES.md Server: Add onSubscribe() callback for characteristics. (#21) 2020-07-27 21:11:38 -06:00
Improvements_and_updates.md Add alternative characteristic read/write callbacks 2020-07-14 15:14:29 -06:00
index.md Fix comments for doxygen (#16) 2020-07-08 19:27:26 -06:00