fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Revision:
671:33ec93d25695
Parent:
670:5e4aecd9af5b
Child:
710:b2e1a2660ec2
--- a/services/LinkLossService.h	Fri Jun 19 15:53:01 2015 +0100
+++ b/services/LinkLossService.h	Fri Jun 19 15:53:01 2015 +0100
@@ -37,9 +37,9 @@
 
     /**
      * @param[ref] ble
-     *                 BLEDevice object for the underlying controller.
+     *               BLE object for the underlying controller.
      */
-    LinkLossService(BLEDevice &bleIn, callback_t callbackIn, AlertLevel_t levelIn = NO_ALERT) :
+    LinkLossService(BLE &bleIn, callback_t callbackIn, AlertLevel_t levelIn = NO_ALERT) :
         ble(bleIn),
         alertLevel(levelIn),
         callback(callbackIn),
@@ -93,7 +93,7 @@
     }
 
 protected:
-    BLEDevice    &ble;
+    BLE          &ble;
     AlertLevel_t  alertLevel;
     callback_t    callback;