We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7ed99 commit ee720f3Copy full SHA for ee720f3
features/FEATURE_BLE/ble/GattCharacteristic.h
@@ -1414,6 +1414,8 @@ class GattCharacteristic {
1414
_valueAttribute.allowWrite(isWritable(_properties));
1415
_valueAttribute.allowRead(isReadable(_properties));
1416
1417
+ // signed writes requires at least an unauthenticated CSRK or an
1418
+ // unauthenticated ltk if the link is encrypted.
1419
if (_properties & BLE_GATT_CHAR_PROPERTIES_AUTHENTICATED_SIGNED_WRITES) {
1420
_valueAttribute.setWriteSecurityRequirement(
1421
SecurityRequirement_t::UNAUTHENTICATED
0 commit comments