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
Diff: btle/custom/custom_helper.h
- Revision:
- 362:6fa0d4d555f6
- Parent:
- 361:d2405f5a4853
- Child:
- 370:295f76db798e
--- a/btle/custom/custom_helper.h Thu Jul 02 09:08:44 2015 +0100 +++ b/btle/custom/custom_helper.h Thu Jul 02 09:08:44 2015 +0100 @@ -19,8 +19,8 @@ #include "common/common.h" #include "ble.h" -#include "UUID.h" -#include "GattCharacteristic.h" +#include "ble/UUID.h" +#include "ble/GattCharacteristic.h" #ifdef __cplusplus extern "C" { @@ -34,7 +34,7 @@ error_t custom_add_in_characteristic(uint16_t service_handle, ble_uuid_t *p_uuid, uint8_t properties, - Gap::SecurityMode_t requiredSecurity, + SecurityManager::SecurityMode_t requiredSecurity, uint8_t *p_data, uint16_t min_length, uint16_t max_length,