Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: services/LinkLossService.h
- Revision:
- 528:8d21604fe31d
- Parent:
- 527:493185cebc03
- Child:
- 567:e4b38e43de7c
--- a/services/LinkLossService.h Fri Jun 19 15:52:07 2015 +0100
+++ b/services/LinkLossService.h Fri Jun 19 15:52:07 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;
