Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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,
