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:58 2015 +0100
Parent:
644:ca872b3aaa8a
Child:
646:1c59b84fd7e6
Commit message:
Synchronized with git rev 037ea9c6
Author: Rohit Grover
use forward declarations.

Changed in this revision

common/BLEDeviceInstanceBase.h Show annotated file Show diff for this revision Revisions of this file
--- a/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:58 2015 +0100
+++ b/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:58 2015 +0100
@@ -18,8 +18,10 @@
 #define __BLE_DEVICE_INSTANCE_BASE__
 
 #include "Gap.h"
-#include "GattServer.h"
-#include "GattClient.h"
+
+/* forward declarations */
+class GattServer;
+class GattClient;
 
 /**
  *  The interface for the transport object to be created by the target library's