Compatible with Keewi v1

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Thu Jun 05 08:22:59 2014 +0100
Parent:
65:100b50423049
Child:
67:0fac4e99f29b
Commit message:
replace 16 with UUID::LENGTH_OF_LONG_UUID

Changed in this revision

GattService.h Show annotated file Show diff for this revision Revisions of this file
--- a/GattService.h	Wed Jun 04 10:48:27 2014 +0100
+++ b/GattService.h	Thu Jun 05 08:22:59 2014 +0100
@@ -34,7 +34,7 @@
 private:
 
 public:
-    GattService(const uint8_t[16]); /* 128-bit Base UUID */
+    GattService(const uint8_t[UUID::LENGTH_OF_LONG_UUID]);
     GattService(uint16_t);          /* 16-bit BLE UUID */
     virtual ~GattService(void);