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: Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal
Fork of nRF51822 by
Diff: nRF51GattServer.cpp
- Revision:
- 27:2a1c1825b7be
- Parent:
- 22:c6ee8136847e
- Child:
- 28:fdc1a88a80c8
--- a/nRF51GattServer.cpp Tue Jun 10 13:32:01 2014 +0100
+++ b/nRF51GattServer.cpp Wed Jun 11 08:38:55 2014 +0100
@@ -64,7 +64,7 @@
&nordicUUID,
p_char->getProperties(),
NULL,
- p_char->getMinLength(),
+ p_char->getInitialLength(),
p_char->getMaxLength(),
&nrfCharacteristicHandles[characteristicCount]),
BLE_ERROR_PARAM_OUT_OF_RANGE );
