You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a problem if the user requires writing a characteristic with a value that is longer than 21 bytes. For instance, the device name characteristic value can be up to 248 bytes.
i expect there would be a limit to the size of write supported by the Attribute Protocol. There are other commands to handle large writes: 'prepare write' and 'execute write'. We haven't implemented those in BLE_API yet.
Some write operations are missing from the current implementation:
The text was updated successfully, but these errors were encountered: