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.
Fork of nRF51822 by
Diff: btle/btle_discovery.cpp
- Revision:
- 323:7a9c8fa8042d
- Parent:
- 322:788b6ac328b7
- Child:
- 325:eb6914dca928
diff -r 788b6ac328b7 -r 7a9c8fa8042d btle/btle_discovery.cpp --- a/btle/btle_discovery.cpp Fri Jun 19 15:55:31 2015 +0100 +++ b/btle/btle_discovery.cpp Fri Jun 19 15:55:31 2015 +0100 @@ -378,7 +378,6 @@ break; case BLE_GATTC_EVT_READ_RSP: - printf("BLE_GATTC_EVT_READ_RSP\r\n"); if (DiscoveredCharacteristic::onDataReadCallback != NULL) { DiscoveredCharacteristic::ReadResponse_t response = { .handle = p_ble_evt->evt.gattc_evt.params.read_rsp.handle,