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:
- 94:2993df23d1ac
- Parent:
- 93:728699ac5613
- Child:
- 95:e1f7ce04e71b
--- a/BlueNRGGattServer.cpp Thu Jul 23 14:48:36 2015 +0200 +++ b/BlueNRGGattServer.cpp Fri Jul 24 15:00:36 2015 +0000 @@ -414,7 +414,7 @@ } else continue; } */ - if(attrHandle == handle) { + if(attrHandle == handle+1) { p_char = p_characteristics[i]; DEBUG("Found Characteristic Properties 0x%x\n\r",p_char->getProperties()); break;