Microbug / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
38:02cf26a2a4db
Parent:
34:da2ea8cd6216
Child:
40:d405c9b1419d
--- a/hw/Gap.h	Thu May 22 13:25:24 2014 +0100
+++ b/hw/Gap.h	Thu May 22 13:30:05 2014 +0100
@@ -44,7 +44,7 @@
     } addr_type_t;
 
     /* These functions must be defined in the sub-class */
-    virtual ble_error_t setAddress(addr_type_t type, uint8_t address[6]) = 0;
+    virtual ble_error_t setAddress(addr_type_t type, const uint8_t address[6]) = 0;
     virtual ble_error_t setAdvertisingData(GapAdvertisingData &,
                                            GapAdvertisingData &) = 0;
     virtual ble_error_t startAdvertising(GapAdvertisingParams &) = 0;