Bill Schilit / BLE_API

Fork of BLE_API by Bluetooth Low Energy

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;