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 mbed nRF51822
Fork of BLE_iBeacon by
Revision 25:a56462536345, committed 2014-05-30
- Comitter:
- Rohit Grover
- Date:
- Fri May 30 13:33:21 2014 +0100
- Parent:
- 24:9bcd0dbf0f41
- Child:
- 26:95e71514c560
- Child:
- 27:8d4f5bda1191
- Commit message:
- no need to call reset() separately after init()
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 23 17:50:10 2014 +0100
+++ b/main.cpp Fri May 30 13:33:21 2014 +0100
@@ -70,7 +70,6 @@
pc.printf("Initialising BTLE transport\n\r");
ble.init();
- ble.reset();
ble.accumulateAdvertisingPayload(GapAdvertisingData::BREDR_NOT_SUPPORTED);
ble.accumulateAdvertisingPayload(GapAdvertisingData::MANUFACTURER_SPECIFIC_DATA,
