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: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: public/GattServer.h
- Revision:
- 114:f1ede142a78f
- Parent:
- 108:c85ab5f1eca0
- Child:
- 116:ca826083980e
diff -r 7e3fd573d87b -r f1ede142a78f public/GattServer.h
--- 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;
