High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Jun 19 15:52:50 2015 +0100
Parent:
578:18baa82a1eaa
Child:
580:f749b4a874e5
Commit message:
Synchronized with git rev 9dc93936
Author: Rohit Grover
add some includes for types used in BLEDevice

Changed in this revision

public/BLEDevice.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/BLEDevice.h	Fri Jun 19 15:52:50 2015 +0100
+++ b/public/BLEDevice.h	Fri Jun 19 15:52:50 2015 +0100
@@ -20,8 +20,12 @@
 #include "blecommon.h"
 #include "Gap.h"
 #include "GattServer.h"
+#include "BLEDeviceInstanceBase.h"
+
+#include "GapAdvertisingData.h"
+#include "GapAdvertisingParams.h"
 #include "GapScanningParams.h"
-#include "BLEDeviceInstanceBase.h"
+
 
 /**
  * The base class used to abstract away BLE capable radio transceivers or SOCs,