BLE_API for nRF51

Fork of BLE_API by Bluetooth Low Energy

Revision:
466:5c2cb68e7c3b
Parent:
465:8c4c61279f82
Child:
467:143ca3152ffa
--- a/public/ServiceDiscovery.h	Fri Jun 19 15:51:59 2015 +0100
+++ b/public/ServiceDiscovery.h	Fri Jun 19 15:51:59 2015 +0100
@@ -44,8 +44,8 @@
         }
 
     public:
-        UUID::ShortUUIDBytes_t getShortUUID(void) const {
-            return uuid.getShortUUID();
+        const UUID &getUUID(void) const {
+            return uuid;
         }
 
         const GattAttribute::Handle_t& getStartHandle(void) const {