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.
Dependencies: BLE_API LIS3DH mbed nRF51822 BMC050 nRF51_LowPwr nRF51_Vdd
Fork of BLE_EddystoneBeacon_Service by
Diff: ConfigParamsPersistence.h
- Revision:
- 23:05e9bb3b13af
- Parent:
- 2:8020d6d4455a
--- a/ConfigParamsPersistence.h Thu Jul 23 18:00:59 2015 +0000 +++ b/ConfigParamsPersistence.h Thu Jul 23 20:17:11 2015 +0000 @@ -17,7 +17,7 @@ #ifndef __BLE_CONFIG_PARAMS_PERSISTENCE_H__ #define __BLE_CONFIG_PARAMS_PERSISTENCE_H__ -#include "ZipBeaconConfigService.h" +#include "EddystoneConfigService.h" /** * Generic API to load the URIBeacon configuration parameters from persistent @@ -33,7 +33,7 @@ * @return true if params were loaded from persistent storage and have usefully * initialized fields. */ -bool loadURIBeaconConfigParams(ZipBeaconConfigService::Params_t *paramsP); +bool loadURIBeaconConfigParams(EddystoneConfigService::Params_t *paramsP); /** * Generic API to store the URIBeacon configuration parameters to persistent @@ -48,6 +48,6 @@ * The params to be saved; persistenceSignature member gets * updated if persistence is successful. */ -void saveURIBeaconConfigParams(const ZipBeaconConfigService::Params_t *paramsP); +void saveURIBeaconConfigParams(const EddystoneConfigService::Params_t *paramsP); #endif /* #ifndef __BLE_CONFIG_PARAMS_PERSISTENCE_H__*/
