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: GattCharacteristic.h
- 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__
