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 fe59870 commit 196a766Copy full SHA for 196a766
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioGattServer.cpp
@@ -385,7 +385,7 @@ ble_error_t GattServer::insert_characteristic_value_attribute(
385
// characteristic.
386
// User defined security authorisation does not impact this flag
387
if ((attribute_it->permissions & (ATTS_PERMIT_READ_AUTHORIZ | ATTS_PERMIT_WRITE_AUTHORIZ)) ||
388
- (attribute_it->permissions & UPDATE_PROPERTIES) ||
+ (properties & UPDATE_PROPERTIES) ||
389
characteristic->isReadAuthorizationEnabled() ||
390
characteristic->isWriteAuthorizationEnabled()
391
) {
0 commit comments