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.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: services/URIBeaconConfigService.h
- Revision:
- 310:0b79de98eceb
- Parent:
- 309:bc91f7ba346d
- Child:
- 311:11417b970b12
--- a/services/URIBeaconConfigService.h Mon Mar 09 16:23:55 2015 +0000 +++ b/services/URIBeaconConfigService.h Mon Mar 09 16:23:55 2015 +0000 @@ -66,14 +66,11 @@ uint8_t uriDataLength; UriData_t uriData; uint8_t flags; - // Current value of AdvertisedPowerLevels - PowerLevels_t advPowerLevels; - // Firmware power levels used with setTxPower() - uint8_t txPowerMode; + PowerLevels_t advPowerLevels; // Current value of AdvertisedPowerLevels + uint8_t txPowerMode; // Firmware power levels used with setTxPower() uint16_t beaconPeriod; }; - /** * @param[ref] ble * BLEDevice object for the underlying controller.