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/URIBeaconConfigService.h
- Revision:
- 528:8d21604fe31d
- Parent:
- 527:493185cebc03
- Child:
- 567:e4b38e43de7c
--- a/services/URIBeaconConfigService.h Fri Jun 19 15:52:07 2015 +0100
+++ b/services/URIBeaconConfigService.h Fri Jun 19 15:52:07 2015 +0100
@@ -17,7 +17,7 @@
#ifndef SERVICES_URIBEACONCONFIGSERVICE_H_
#define SERVICES_URIBEACONCONFIGSERVICE_H_
-#include "BLEDevice.h"
+#include "BLE.h"
#include "mbed.h"
extern const uint8_t UUID_URI_BEACON_SERVICE[UUID::LENGTH_OF_LONG_UUID];
@@ -71,7 +71,7 @@
/**
* @param[ref] ble
- * BLEDevice object for the underlying controller.
+ * BLE object for the underlying controller.
* @param[in/out] paramsIn
* Reference to application-visible beacon state, loaded
* from persistent storage at startup.
@@ -85,7 +85,7 @@
* @param[in] defaultAdvPowerLevelsIn
* Default power-levels array; applies only if the resetToDefaultsFlag is true.
*/
- URIBeaconConfigService(BLEDevice &bleIn,
+ URIBeaconConfigService(BLE &bleIn,
Params_t ¶msIn,
bool resetToDefaultsFlag,
const char *defaultURIDataIn,
@@ -371,7 +371,7 @@
}
protected:
- BLEDevice &ble;
+ BLE &ble;
Params_t ¶ms;
size_t defaultUriDataLength; // Default value that is restored on reset
