Kenji Arai / Mbed 2 deprecated BLE_EddystoneBeacon_w_ACC_TY51822

Dependencies:   BLE_API LIS3DH mbed nRF51822 BMC050 nRF51_LowPwr nRF51_Vdd

Fork of BLE_EddystoneBeacon_Service by Bluetooth Low Energy

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__*/