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:
Wed Apr 15 09:05:11 2015 +0100
Parent:
339:1a56af0b1d71
Child:
341:8a104d9d80c1
Commit message:
Synchronized with git rev 20649946
Author: Rohit Grover
GattServer.h: add missing includes

Changed in this revision

public/GattServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/GattServer.h	Wed Apr 15 09:05:11 2015 +0100
+++ b/public/GattServer.h	Wed Apr 15 09:05:11 2015 +0100
@@ -17,7 +17,9 @@
 #ifndef __GATT_SERVER_H__
 #define __GATT_SERVER_H__
 
+#include "Gap.h"
 #include "GattService.h"
+#include "GattAttribute.h"
 #include "GattServerEvents.h"
 #include "GattCharacteristicCallbackParams.h"
 #include "CallChainOfFunctionPointersWithContext.h"