Joshua Slater / BLE_API2

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Jun 19 15:51:59 2015 +0100
Parent:
465:8c4c61279f82
Child:
467:143ca3152ffa
Commit message:
Synchronized with git rev 3c76cf7e
Author: Rohit Grover
switch DiscoveredService::getShortUUID() to getUUID()

Changed in this revision

public/ServiceDiscovery.h Show annotated file Show diff for this revision Revisions of this file
--- 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 {