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.
2 parents 1c35b95 + 196a766 commit eef1b48Copy full SHA for eef1b48
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioGattServer.cpp
@@ -395,7 +395,7 @@ ble_error_t GattServer::insert_characteristic_value_attribute(
395
// characteristic.
396
// User defined security authorisation does not impact this flag
397
if ((attribute_it->permissions & (ATTS_PERMIT_READ_AUTHORIZ | ATTS_PERMIT_WRITE_AUTHORIZ)) ||
398
- (attribute_it->permissions & UPDATE_PROPERTIES) ||
+ (properties & UPDATE_PROPERTIES) ||
399
characteristic->isReadAuthorizationEnabled() ||
400
characteristic->isWriteAuthorizationEnabled()
401
) {
0 commit comments