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
Revision 89:2afa7f425f78, committed 2014-06-11
- 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__
