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.
EddystoneConfigService Class Reference
Eddystone Configuration Service. More...
#include <EddystoneConfigService.h>
Public Types | |
enum | |
Transmission Power Modes for UriBeacon. More... | |
Public Member Functions | |
EddystoneConfigService (BLEDevice &bleIn, Params_t ¶msIn, PowerLevels_t &defaultAdvPowerLevelsIn, PowerLevels_t &radioPowerLevelsIn) | |
void | start (bool resetToDefaultsFlag) |
Start EddystoneConfig advertising. |
Detailed Description
Eddystone Configuration Service.
Used to set URL, adjust power levels, and set flags. See https://github.com/google/eddystone
Definition at line 49 of file EddystoneConfigService.h.
Member Enumeration Documentation
anonymous enum |
Transmission Power Modes for UriBeacon.
Definition at line 55 of file EddystoneConfigService.h.
Constructor & Destructor Documentation
EddystoneConfigService | ( | BLEDevice & | bleIn, |
Params_t & | paramsIn, | ||
PowerLevels_t & | defaultAdvPowerLevelsIn, | ||
PowerLevels_t & | radioPowerLevelsIn | ||
) |
- Parameters:
-
[in] bleIn BLEDevice object for the underlying controller. [in,out] paramsIn Reference to application-visible beacon state, loaded from persistent storage at startup. [in] defaultAdvPowerLevelsIn Default power-levels array; applies only if resetToDefaultsFlag is true. [in] radioPowerLevelsIn Transmission power-levels to use in TX.
Definition at line 126 of file EddystoneConfigService.h.
Member Function Documentation
void start | ( | bool | resetToDefaultsFlag ) |
Start EddystoneConfig advertising.
This function should be called after the EddystoneConfig constructor and after all the frames have been added.
- Parameters:
-
[in] resetToDefaultsFlag Applies to the state of the 'paramsIn' parameter. If true, it indicates that paramsIn is potentially un-initialized, and default values should be used instead. Otherwise, paramsIn overrides the defaults.
Definition at line 188 of file EddystoneConfigService.h.
Generated on Tue Jul 12 2022 13:32:48 by
