Nordic stack and drivers for the mbed BLE API
Fork of nRF51822 by
Revision 145:9f88997021a1, committed 2015-05-08
- Comitter:
- rgrover1
- Date:
- Fri May 08 15:33:57 2015 +0100
- Parent:
- 144:9d8fce4b4d5a
- Child:
- 146:ebe2aa09aa13
- Commit message:
- Synchronized with git rev 1c3349f7
Author: Rohit Grover
adjust for rename of ble_gatt_char_required_security to SecurityMode_t.
Changed in this revision
btle/custom/custom_helper.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/btle/custom/custom_helper.h Fri May 08 15:33:57 2015 +0100 +++ b/btle/custom/custom_helper.h Fri May 08 15:33:57 2015 +0100 @@ -34,7 +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, + GattCharacteristic::SecurityMode_t requiredSecurity, uint8_t *p_data, uint16_t min_length, uint16_t max_length,