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:
- 267:ad6f6f40eb24
- Parent:
- 264:eea11cfb6753
- Child:
- 292:b5ee2ada4f33
diff -r 698e7d095195 -r ad6f6f40eb24 public/GattServer.h --- a/public/GattServer.h Wed Jan 21 09:32:51 2015 +0000 +++ b/public/GattServer.h Wed Jan 21 09:32:51 2015 +0000 @@ -91,6 +91,8 @@ onConfirmationReceived(charHandle); } break; + default: + break; } }