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.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: nRFDiscoveredCharacteristic.h
- Revision:
- 317:943ad03c93ef
- Parent:
- 315:044071756a8d
- Child:
- 324:1cb5b26ecaca
--- a/nRFDiscoveredCharacteristic.h Fri Jun 19 15:55:30 2015 +0100
+++ b/nRFDiscoveredCharacteristic.h Fri Jun 19 15:55:30 2015 +0100
@@ -53,9 +53,7 @@
* BLE_STACK_BUSY if some client procedure already in progress.
*/
virtual ble_error_t read(uint16_t offset = 0) const {
- printf("%s %u\r\n", __FUNCTION__, __LINE__);
uint32_t rc = sd_ble_gattc_read(connHandle, valueHandle, offset);
- printf("%u\r\n", rc);
if (rc == NRF_SUCCESS) {
return BLE_ERROR_NONE;
}

