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
Fork of nRF51822 by
Diff: btle/btle_discovery.cpp
- Revision:
- 297:6c432ef3892a
- Parent:
- 296:8d25fe68d731
- Child:
- 298:c10ee33f68ab
diff -r 8d25fe68d731 -r 6c432ef3892a btle/btle_discovery.cpp
--- a/btle/btle_discovery.cpp Fri Jun 19 15:55:28 2015 +0100
+++ b/btle/btle_discovery.cpp Fri Jun 19 15:55:28 2015 +0100
@@ -139,11 +139,11 @@
void
NordicServiceDiscovery::processDiscoverUUIDResponse(const ble_gattc_evt_char_val_by_uuid_read_rsp_t *response)
{
- printf("BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP: count %u, len %u\r\n", response->count, response->value_len);
- for (unsigned i = 0; i < response->value_len; i++) {
- printf("%02x ", response->handle_value[0].p_value[i]);
- }
- printf("\r\n");
+ // printf("BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP: count %u, len %u\r\n", response->count, response->value_len);
+ // for (unsigned i = 0; i < response->value_len; i++) {
+ // printf("%02x ", response->handle_value[0].p_value[i]);
+ // }
+ // printf("\r\n");
if ((response->count == 1) && (response->value_len == UUID::LENGTH_OF_LONG_UUID)) {
UUID::LongUUIDBytes_t uuid;
