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_discovery.cpp
- Revision:
- 313:d579d093f23f
- Parent:
- 311:5d5abc30e3a8
- Child:
- 314:2e7378b25505
--- a/btle/btle_discovery.cpp Fri Jun 19 15:55:30 2015 +0100 +++ b/btle/btle_discovery.cpp Fri Jun 19 15:55:30 2015 +0100 @@ -367,13 +367,12 @@ break; } break; - case BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP: { + + case BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP: if (sdSingleton.isActive()) { sdSingleton.processDiscoverUUIDResponse(&p_ble_evt->evt.gattc_evt.params.char_val_by_uuid_read_rsp); } - break; - } } sdSingleton.progressCharacteristicDiscovery();