Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: btle/custom/custom_helper.h
- Revision:
- 371:8f7d2137727a
- Parent:
- 370:295f76db798e
--- a/btle/custom/custom_helper.h Mon Jul 06 10:13:26 2015 +0100 +++ b/btle/custom/custom_helper.h Mon Jul 06 10:13:27 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,