Beacon demo for the BLE API using the nRF51822 native mode drivers
Dependencies: BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1
Fork of BLE_iBeacon by
Diff: main.cpp
- Revision:
- 59:4cd4f48e2775
- Parent:
- 58:ea344155a388
- Child:
- 60:3034dc913ea1
--- a/main.cpp Mon Feb 16 09:50:59 2015 +0000 +++ b/main.cpp Tue Feb 17 09:40:14 2015 +0000 @@ -49,7 +49,7 @@ iBeaconService ibeacon(ble, uuid, majorNumber, minorNumber, txPower); - ble.setAdvertisingInterval(Gap::MSEC_TO_ADVERTISEMENT_DURATION_UNITS(100)); /* 100ms. */ + ble.setAdvertisingInterval(Gap::MSEC_TO_ADVERTISEMENT_DURATION_UNITS(1000)); /* 1000ms. */ ble.startAdvertising(); while(1) {