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: hw/bleradio.h
- Revision:
- 7:5e1f0d7f7c7d
- Parent:
- 2:ffc5216bd2cc
- Child:
- 19:a6f33421746c
diff -r 425638944835 -r 5e1f0d7f7c7d hw/bleradio.h
--- a/hw/bleradio.h Fri Dec 13 00:41:11 2013 +0000
+++ b/hw/bleradio.h Mon Dec 16 12:46:12 2013 +0000
@@ -25,7 +25,7 @@
/* ToDo: Force constructor with event handler callback */
/* These functions must be defined in the sub-class */
- virtual ble_error_t setAdvertising(GapAdvertisingParams &, GapAdvertisingData &) = 0;
+ virtual ble_error_t setAdvertising(GapAdvertisingParams &, GapAdvertisingData &, GapAdvertisingData &) = 0;
virtual ble_error_t addService(GattService &) = 0;
virtual ble_error_t readCharacteristic(GattService &, GattCharacteristic &, uint8_t[], uint16_t) = 0;
virtual ble_error_t writeCharacteristic(GattService &, GattCharacteristic &, uint8_t[], uint16_t) = 0;
