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: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
Diff: btle/btle.cpp
- Revision:
- 349:4a930be118d8
- Parent:
- 344:2a44e5fd26bc
- Child:
- 351:77f16b36012a
--- a/btle/btle.cpp Fri Jun 19 15:55:36 2015 +0100 +++ b/btle/btle.cpp Fri Jun 19 15:55:36 2015 +0100 @@ -172,7 +172,7 @@ nRF51Gap::getInstance().processAdvertisementReport(advReport->peer_addr.addr, advReport->rssi, advReport->scan_rsp, - static_cast<Gap::AdvertisementType_t>(advReport->type), + static_cast<GapAdvertisingParams::AdvertisingType_t>(advReport->type), advReport->dlen, advReport->data); break;