BLE iBeacon demonstrating how to change the payload data every second

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_iBeacon by Bluetooth Low Energy

Revision:
20:5e84b5b253a5
Parent:
19:869d8c7306b4
Child:
21:a61af863b273
--- a/main.cpp	Fri May 23 15:00:50 2014 +0100
+++ b/main.cpp	Fri May 23 15:22:34 2014 +0100
@@ -72,7 +72,7 @@
         ble.setAdvertisingData(advData);
     }
 
-    ble.setAdvertisingParams(GapAdvertisingParams::ADV_NON_CONNECTABLE_UNDIRECTED);
+    ble.setAdvertisingType(GapAdvertisingParams::ADV_NON_CONNECTABLE_UNDIRECTED);
     ble.startAdvertising();
 
     /* Do blinky on mainloopLED while we're waiting for BLE events */