Nordic stack and drivers for the mbed BLE API Modified for HRM1017 for library 0.1.0

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Wed Jun 11 08:38:55 2014 +0100
Parent:
26:dade7d2857b4
Child:
28:fdc1a88a80c8
Commit message:
rename GattCharacteristic::minLength to ::initialLength

Changed in this revision

nRF51GattServer.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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 );