Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: public/GattServer.h
- Revision:
- 114:f1ede142a78f
- Parent:
- 108:c85ab5f1eca0
- Child:
- 116:ca826083980e
--- a/public/GattServer.h Thu Aug 28 14:17:34 2014 +0200 +++ b/public/GattServer.h Thu Aug 28 15:50:29 2014 +0200 @@ -110,6 +110,7 @@ protected: uint8_t serviceCount; uint8_t characteristicCount; + uint8_t descriptorCount; private: ServerEventCallback_t onDataSent;