Joshua Slater / BLE_API_Changed

Fork of BLE_API by Bluetooth Low Energy

Revision:
728:997ba5e7b3b6
Parent:
727:1a1f5c5aedfe
Child:
750:05ef62c6dbd1
diff -r 1a1f5c5aedfe -r 997ba5e7b3b6 ble/services/iBeaconService.h
--- a/ble/services/iBeaconService.h	Mon Jul 06 10:10:34 2015 +0100
+++ b/ble/services/iBeaconService.h	Mon Jul 06 10:10:34 2015 +0100
@@ -66,7 +66,7 @@
         ble.setAdvertisingType(GapAdvertisingParams::ADV_NON_CONNECTABLE_UNDIRECTED);
     }
 
-private:
+protected:
     BLE     &ble;
     Payload  data;
 };