Scott Jenson / Mbed 2 deprecated BLE_EddystoneBeaconConfigService_Button

Dependencies:   BLE_API_EddystoneConfigService_2 mbed nRF51822

Fork of BLE_EddystoneBeaconConfigService_3 by URIBeacon

Revision:
6:e90c398b03e0
Parent:
4:4440953bde10
Child:
7:e9800c45e065
diff -r 878741147deb -r e90c398b03e0 ZipBeaconConfigService.h
--- a/ZipBeaconConfigService.h	Fri May 15 08:15:31 2015 +0000
+++ b/ZipBeaconConfigService.h	Fri May 15 08:30:08 2015 +0000
@@ -208,6 +208,9 @@
         ZipBeaconConfigService::PowerLevels_t &advPowerLevels = params.advPowerLevels;
         uint8_t flags                                         = params.flags;
 
+        extern void saveURIBeaconConfigParams(const Params_t *paramsP); /* forward declaration; necessary to avoid a circular dependency. */
+        saveURIBeaconConfigParams(&params);
+
         ble.clearAdvertisingPayload();
         ble.setTxPower(params.advPowerLevels[params.txPowerMode]);
         ble.setAdvertisingType(GapAdvertisingParams::ADV_NON_CONNECTABLE_UNDIRECTED);