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 X_NUCLEO_IDB0XA1 by
Diff: source/BlueNRGGattClient.cpp
- Revision:
- 231:a0d2544b38cd
- Parent:
- 229:9981f62cdb1a
- Child:
- 242:058b2e731adc
diff -r 6eb53072d82b -r a0d2544b38cd source/BlueNRGGattClient.cpp
--- a/source/BlueNRGGattClient.cpp	Thu May 19 09:44:46 2016 +0200
+++ b/source/BlueNRGGattClient.cpp	Fri May 20 16:59:24 2016 +0200
@@ -766,6 +766,7 @@
   GattAttribute::Handle_t valueHandle = characteristic.getValueHandle();
   GattAttribute::Handle_t lastHandle = characteristic.getLastHandle();
 
+  PRINTF("Starting aci_gatt_disc_all_charac_descriptors...\n\r");
   ret = aci_gatt_disc_all_charac_descriptors(connHandle, valueHandle, lastHandle);
 
   if (ret == BLE_STATUS_SUCCESS) {
    