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 Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Wed May 13 08:51:09 2015 +0100
Parent:
396:039ee79c9924
Child:
398:9d7666c2305f
Commit message:
Synchronized with git rev 002ebbe3
Author: Rohit Grover
replace inclusion of GapScanningParams with a forward declaration.

Changed in this revision

public/Gap.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/Gap.h	Wed May 13 08:51:09 2015 +0100
+++ b/public/Gap.h	Wed May 13 08:51:09 2015 +0100
@@ -19,12 +19,13 @@
 
 #include "GapAdvertisingData.h"
 #include "GapAdvertisingParams.h"
-#include "GapScanningParams.h"
 #include "GapEvents.h"
 #include "CallChain.h"
 
 using namespace mbed;
 
+class GapScanningParams; /* forward declaration */
+
 class Gap {
 public:
     enum AddressType_t {