Bill Schilit / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
89:2afa7f425f78
Parent:
88:f4d3969e03d4
Child:
93:f97a35cc40f8
--- 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__