Microbug / BLE_API_FOTA

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Wed Jun 11 13:54:00 2014 +0100
Parent:
88:f4d3969e03d4
Child:
90:f245e2d96aa0
Commit message:
white space diffs

Changed in this revision

GattCharacteristic.h Show annotated file Show diff for this revision Revisions of this file
--- a/GattCharacteristic.h	Wed Jun 11 13:53:16 2014 +0100
+++ b/GattCharacteristic.h	Wed Jun 11 13:54:00 2014 +0100
@@ -353,12 +353,12 @@
     }
 
 private:
-    UUID     _uuid;        /* Characteristic UUID */
-    uint8_t *_value;
-    uint16_t _initialLen;  /* Initial length of the value */
-    uint16_t _lenMax;      /* Maximum length of the value */
-    uint16_t _handle;
-    uint8_t  _properties;
+    UUID      _uuid;        /* Characteristic UUID */
+    uint8_t  *_value;
+    uint16_t  _initialLen;  /* Initial length of the value */
+    uint16_t  _lenMax;      /* Maximum length of the value */
+    uint16_t  _handle;
+    uint8_t   _properties;
 };
 
 #endif // ifndef __GATT_CHARACTERISTIC_H__