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:
- 88:f4d3969e03d4
- Parent:
- 87:0e521f983354
- Child:
- 89:2afa7f425f78
--- a/GattCharacteristic.h Wed Jun 11 13:52:40 2014 +0100
+++ b/GattCharacteristic.h Wed Jun 11 13:53:16 2014 +0100
@@ -348,6 +348,9 @@
uint16_t getMaxLength(void) const {
return _lenMax;
}
+ uint8_t *getValuePtr(void) {
+ return _value;
+ }
private:
UUID _uuid; /* Characteristic UUID */
