Fork of BlueNRG library to be compatible with bluetooth demo application

Dependents:   Nucleo_BLE_Demo Nucleo_BLE_Demo

Fork of Nucleo_BLE_BlueNRG by ST Americas mbed Team

Revision:
4:d5327bfbc598
Parent:
3:5a3354bf2599
--- a/BlueNRGGattServer.cpp	Sun May 10 12:47:52 2015 +0000
+++ b/BlueNRGGattServer.cpp	Sun May 10 15:41:02 2015 +0000
@@ -302,7 +302,6 @@
     for(i=0; i<characteristicCount; i++)
     {
         handle = p_characteristics[i]->getValueAttribute().getHandle();
-        DEBUG("Lookup step: %d,%d\n\r",handle,bleCharacteristicHandles[handle]);
         if(handle == attrHandle){
             p_char = p_characteristics[i];
             break;