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: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: BlueNRGGattServer.cpp
- Revision:
- 125:2e468f07a94f
- Parent:
- 113:31c73e9b0108
--- a/BlueNRGGattServer.cpp Mon Sep 14 10:14:37 2015 +0200 +++ b/BlueNRGGattServer.cpp Thu Sep 17 08:23:17 2015 +0000 @@ -302,7 +302,7 @@ DEBUG("updating bleCharacteristic charHandle =%u, corresponding serviceHanle= %u len=%d\n\r", charHandle, bleCharHanldeMap.find(charHandle)->second, len); /* - for(int i=0; i<6; i++) { + for(int i=0; i<len; i++) { DEBUG("buffer[%d]=%d\n\r", i, buffer[i]); } */