fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Revision:
727:1a1f5c5aedfe
Parent:
723:71507679c9b2
Child:
728:997ba5e7b3b6
--- a/ble/services/iBeaconService.h	Thu Jul 02 09:06:12 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);
     }
 
-protected:
+private:
     BLE     &ble;
     Payload  data;
 };