Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: public/DiscoveredCharacteristic.h
- Revision:
- 566:6681c6e0d7c0
- Parent:
- 565:a3fb221c0813
--- a/public/DiscoveredCharacteristic.h	Fri Jun 19 15:52:11 2015 +0100
+++ b/public/DiscoveredCharacteristic.h	Fri Jun 19 15:52:11 2015 +0100
@@ -173,15 +173,15 @@
     }
 
 protected:
-    GattClient             *gattc;
+    GattClient              *gattc;
 
 protected:
-    UUID                    uuid;
-    Properties_t            props;
-    GattAttribute::Handle_t declHandle;
-    GattAttribute::Handle_t valueHandle;
+    UUID                     uuid;
+    Properties_t             props;
+    GattAttribute::Handle_t  declHandle;
+    GattAttribute::Handle_t  valueHandle;
 
-    Gap::Handle_t           connHandle;
+    Gap::Handle_t            connHandle;
 
 public:
     static GattClient::ReadCallback_t  onDataReadCallback;
    
