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 de2743b commit eda0645Copy full SHA for eda0645
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioGattServer.cpp
@@ -510,7 +510,7 @@ ble_error_t GattServer::insert_descriptor(
510
#endif // BLE_FEATURE_SECURITY
511
}
512
513
- if (properties & READ_PROPERTY) {
+ if (properties & READ_PROPERTY && !(attribute_it->settings & ATTS_SET_CCC)) {
514
attribute_it->settings |= ATTS_SET_READ_CBACK;
515
516
0 commit comments