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.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: public/GattCharacteristic.h
- Revision:
- 374:8d1f5c5252c4
- Parent:
- 373:7d8982606ef0
- Child:
- 389:3487fcdd314e
diff -r 7d8982606ef0 -r 8d1f5c5252c4 public/GattCharacteristic.h
--- a/public/GattCharacteristic.h Mon May 11 07:59:00 2015 +0100
+++ b/public/GattCharacteristic.h Mon May 11 07:59:00 2015 +0100
@@ -331,7 +331,7 @@
unsigned numDescriptors = 0) :
_valueAttribute(uuid, valuePtr, initialLen, maxLen),
_properties(props),
- _requiredSecurity(),
+ _requiredSecurity(Gap::SECURITY_MODE_ENCRYPTION_OPEN_LINK),
_descriptors(descriptors),
_descriptorCount(numDescriptors),
enabledReadAuthorization(false),
