High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
656:3508d314b9f8
Parent:
655:4dce7c6d2eb3
Child:
659:5fc41956cbd0
--- a/public/GattServer.h	Fri Jun 19 15:52:59 2015 +0100
+++ b/public/GattServer.h	Fri Jun 19 15:52:59 2015 +0100
@@ -21,7 +21,7 @@
 #include "GattService.h"
 #include "GattAttribute.h"
 #include "GattServerEvents.h"
-#include "GattCharacteristicCallbackParams.h"
+#include "GattCallbackParamTypes.h"
 #include "CallChainOfFunctionPointersWithContext.h"
 
 class GattServer {