High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
69:2fd349295d2c
Parent:
67:0fac4e99f29b
Child:
70:d6c0a4cedf46
diff -r dcadab8a56dd -r 2fd349295d2c GattService.h
--- a/GattService.h	Thu Jun 05 08:52:20 2014 +0100
+++ b/GattService.h	Thu Jun 05 10:36:50 2014 +0100
@@ -34,8 +34,7 @@
 private:
 
 public:
-    GattService(const LongUUID_t);
-    GattService(ShortUUID_t);          /* 16-bit BLE UUID */
+    GattService(UUID uuid);
     virtual ~GattService(void);
 
     UUID                primaryServiceID;