X_NUCLEO_IDB05A1

Dependencies:   mbed-os-example-ble-Advertising

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) {