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 1b78b46 commit cde0e6bCopy full SHA for cde0e6b
connectivity/FEATURE_BLE/libraries/ble-api-implementation/source/GattServerImpl.cpp
@@ -329,6 +329,7 @@ ble_error_t GattServer::insert_characteristic_value_attribute(
329
}
330
if (properties & WRITABLE_PROPERTIES) {
331
attribute_it->settings |= ATTS_SET_WRITE_CBACK;
332
+ attribute_it->settings |= ATTS_SET_ALLOW_OFFSET;
333
334
if (value_attribute.getUUID().shortOrLong() == UUID::UUID_TYPE_LONG) {
335
attribute_it->settings |= ATTS_SET_UUID_128;
0 commit comments