fork BLE_API to add update adv payload API

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:02 2015 +0100
Parent:
490:58a0313fffb5
Child:
492:7e0bd56f4957
Commit message:
Synchronized with git rev bab5a281
Author: Rohit Grover
add missing include for UUID.h

Changed in this revision

public/GattAttribute.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/GattAttribute.h	Fri Jun 19 15:52:02 2015 +0100
+++ b/public/GattAttribute.h	Fri Jun 19 15:52:02 2015 +0100
@@ -17,6 +17,8 @@
 #ifndef __GATT_ATTRIBUTE_H__
 #define __GATT_ATTRIBUTE_H__
 
+#include "UUID.h"
+
 class GattAttribute {
 public:
     typedef uint16_t Handle_t;