Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
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;