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:
- 228:0c14d4e5207b
- Parent:
- 227:7a0bb8545c75
- Child:
- 229:6394db9a71ba
diff -r 7a0bb8545c75 -r 0c14d4e5207b btle/btle_gattc.cpp
--- a/btle/btle_gattc.cpp Fri Jun 19 15:55:19 2015 +0100
+++ b/btle/btle_gattc.cpp Fri Jun 19 15:55:20 2015 +0100
@@ -212,7 +212,6 @@
default: {
discoveryStatus.serviceDiscoveryInProgress = false;
- printf("gatt failure status: %u\r\n", p_ble_evt->evt.gattc_evt.gatt_status);
break;
}
}
@@ -231,7 +230,6 @@
}
default:
- printf("char response: gatt failure status: %u\r\n", p_ble_evt->evt.gattc_evt.gatt_status);
break;
}
break;
