High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
634:c351328ff134
Parent:
567:e4b38e43de7c
Child:
635:ac6647669ef7
--- a/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:56 2015 +0100
+++ b/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:57 2015 +0100
@@ -17,6 +17,9 @@
 #ifndef __BLE_DEVICE_INSTANCE_BASE__
 #define __BLE_DEVICE_INSTANCE_BASE__
 
+#include "Gap.h"
+#include "GattServer.h"
+
 /**
  *  The interface for the transport object to be created by the target library's
  *  createBLEDeviceInstance().