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: GapAdvertisingData.h
- Revision:
- 47:33f605e109a2
- Parent:
- 40:d405c9b1419d
- Child:
- 96:6f4c8e545d38
diff -r 33d87f468a0d -r 33f605e109a2 GapAdvertisingData.h
--- a/GapAdvertisingData.h Fri May 23 15:21:47 2014 +0100
+++ b/GapAdvertisingData.h Fri May 23 17:05:53 2014 +0100
@@ -350,7 +350,7 @@
GapAdvertisingData(void);
virtual ~GapAdvertisingData(void);
- ble_error_t addData(DataType, uint8_t *, uint8_t);
+ ble_error_t addData(DataType, const uint8_t *, uint8_t);
ble_error_t addAppearance(Appearance appearance = GENERIC_TAG);
ble_error_t addFlags(Flags flag = LE_GENERAL_DISCOVERABLE);
ble_error_t addTxPower(int8_t txPower);
