Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
131:b21411170d00
Parent:
129:7cf48219e771
Child:
145:9f88997021a1
diff -r ec760bb91020 -r b21411170d00 btle/custom/custom_helper.h
--- a/btle/custom/custom_helper.h	Fri May 08 15:33:55 2015 +0100
+++ b/btle/custom/custom_helper.h	Fri May 08 15:33:55 2015 +0100
@@ -20,6 +20,7 @@
 #include "common/common.h"
 #include "ble.h"
 #include "UUID.h"
+#include "GattCharacteristic.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -33,6 +34,7 @@
 error_t custom_add_in_characteristic(uint16_t                  service_handle,
                                      ble_uuid_t               *p_uuid,
                                      uint8_t                   properties,
+                                     GattCharacteristic::ble_gatt_char_required_security_t requiredSecurity,
                                      uint8_t                  *p_data,
                                      uint16_t                  min_length,
                                      uint16_t                  max_length,