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_gattc.cpp
- Revision:
- 220:ee888228a03e
- Parent:
- 219:681be3608738
- Child:
- 221:61527a178b9a
diff -r 681be3608738 -r ee888228a03e btle/btle_gattc.cpp
--- a/btle/btle_gattc.cpp Fri Jun 19 15:55:18 2015 +0100
+++ b/btle/btle_gattc.cpp Fri Jun 19 15:55:19 2015 +0100
@@ -213,7 +213,6 @@
.start_handle = startHandle,
.end_handle = endHandle
};
- printf("restarting char discovery from %u to %u\r\n", handleRange.start_handle, handleRange.end_handle);
printf("char discovery returned %u\r\n", sd_ble_gattc_characteristics_discover(discoveryStatus.connHandle, &handleRange));
} else {
discoveryStatus.terminateCharacteristicDiscovery();
