tset

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
231:a0d2544b38cd
Parent:
229:9981f62cdb1a
Child:
242:058b2e731adc
--- 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) {