For scoop

Dependents:   GonioTrainer

Fork of nRF51822 by Nordic Semiconductor

Revision:
131:b21411170d00
Parent:
119:3ba3e377b972
Child:
162:ba351b0adc4b
--- a/nRF51GattServer.cpp	Fri May 08 15:33:55 2015 +0100
+++ b/nRF51GattServer.cpp	Fri May 08 15:33:55 2015 +0100
@@ -86,6 +86,7 @@
                  custom_add_in_characteristic(BLE_GATT_HANDLE_INVALID,
                                               &nordicUUID,
                                               p_char->getProperties(),
+                                              p_char->getRequiredSecurity(),
                                               p_char->getValueAttribute().getValuePtr(),
                                               p_char->getValueAttribute().getInitialLength(),
                                               p_char->getValueAttribute().getMaxLength(),