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.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: btle/btle_discovery.cpp
- Revision:
- 333:8eedcd324853
- Parent:
- 332:b054000833d4
- Child:
- 335:601d65634447
diff -r b054000833d4 -r 8eedcd324853 btle/btle_discovery.cpp --- a/btle/btle_discovery.cpp Fri Jun 19 15:55:32 2015 +0100 +++ b/btle/btle_discovery.cpp Fri Jun 19 15:55:32 2015 +0100 @@ -56,7 +56,7 @@ case BLE_GATTC_EVT_READ_RSP: if (DiscoveredCharacteristic::onDataReadCallback != NULL) { - DiscoveredCharacteristic::ReadResponse_t response = { + GattClient::ReadResponse_t response = { .handle = p_ble_evt->evt.gattc_evt.params.read_rsp.handle, .offset = p_ble_evt->evt.gattc_evt.params.read_rsp.offset, .len = p_ble_evt->evt.gattc_evt.params.read_rsp.len,