You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attribute-handles are reported incorrectly by the Nordic port of BLE_API. getHandle() returns characteristicIndex instead. This should be solved urgently.
The text was updated successfully, but these errors were encountered:
=============
This is a minor release.
Enhancements
~~~~~~~~~~~~
* Hide duplicate symbol definitions in ble_types.h. These have already been
brought into ble/blecommon.h.
* Replace DiscoveredCharacteristic::setupOnDataRead() with
GattClient::onDataRead().
* Implement new API GattServer::areUpdatesEnabled() to determine notification
status for a characteristic.
Bugfixes
~~~~~~~~
* fix for #20: GattServer::addService() incorrectly initialized value
attribute-handles. These were getting confused with characteristicIndex.
Event handlers also return attribute handles correctly now; they were also
previously returning characteristic indices.
attribute-handles are reported incorrectly by the Nordic port of BLE_API. getHandle() returns characteristicIndex instead. This should be solved urgently.
The text was updated successfully, but these errors were encountered: