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:
- 285:984353e66610
- Parent:
- 284:82fefb5be8ed
- Child:
- 286:898ff71b9502
--- a/services/URIBeaconConfigService.h Fri Feb 13 13:00:41 2015 +0000 +++ b/services/URIBeaconConfigService.h Fri Feb 13 13:00:41 2015 +0000 @@ -72,20 +72,19 @@ /** - * @param[ref] ble - * BLEDevice object for the underlying controller. - * @param[in] uridata - * URI as a null-terminated string. - * @param[in] flagsIn - * UriBeacon Flags. - * @param[in] powerLevels[] - * Table of UriBeacon Tx Power Levels in dBm. - * @param[in] powerMode - * Currently effective power mode. - * @param[in] beaconPeriodIn - * The period in milliseconds that a UriBeacon packet is - * transmitted. A value of zero disables UriBeacon - * transmissions. + * @param[ref] ble + * BLEDevice object for the underlying controller. + * @param[in/out] paramsIn + * Reference to application-visible beacon state, loaded + * from persistent storage at startup. + * @param[in] resetToDefaultsFlag + * reset params state to the defaults. + * @param[in] defaultUriDataIn + * Default encoded URIData; applies only if the resetToDefaultsFlag is true. + * @param[in] defaultUriDataLengthIn + * Length of the default encoded URIData (from above); applies only if the resetToDefaultsFlag is true. + * @param[in] defaultAdvPowerLevelsIn + * Default power-levels array; applies only if the resetToDefaultsFlag is true. */ URIBeaconConfigService(BLEDevice &bleIn, Params_t ¶msIn,