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 64575fe commit de2743bCopy full SHA for de2743b
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioGattServer.cpp
@@ -543,7 +543,7 @@ ble_error_t GattServer::insert_descriptor(
543
#endif // BLE_FEATURE_SECURITY
544
}
545
546
- if (properties & WRITABLE_PROPERTIES) {
+ if (properties & WRITABLE_PROPERTIES && !(attribute_it->settings & ATTS_SET_CCC)) {
547
attribute_it->settings |= ATTS_SET_WRITE_CBACK;
548
549
0 commit comments