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/Gap.h
- Revision:
- 141:bbc85b4fbdb7
- Parent:
- 140:407d134c179d
- Child:
- 142:42f038a81ea7
diff -r 407d134c179d -r bbc85b4fbdb7 public/Gap.h --- a/public/Gap.h Fri Nov 21 09:23:24 2014 +0000 +++ b/public/Gap.h Fri Nov 21 09:23:24 2014 +0000 @@ -17,8 +17,6 @@ #ifndef __GAP_H__ #define __GAP_H__ -#include "mbed.h" -#include "blecommon.h" #include "GapAdvertisingData.h" #include "GapAdvertisingParams.h" #include "GapEvents.h"