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:
- 264:eea11cfb6753
- Parent:
- 263:73847e8b6025
- Child:
- 267:ad6f6f40eb24
--- a/public/GattServer.h Wed Jan 21 09:32:50 2015 +0000 +++ b/public/GattServer.h Wed Jan 21 09:32:50 2015 +0000 @@ -19,7 +19,7 @@ #include "GattService.h" #include "GattServerEvents.h" -#include "GattCharacteristicWriteCBParams.h" +#include "GattCharacteristicCallbackParams.h" #include "CallChainOfFunctionPointersWithContext.h" class GattServer {