Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing GattClient write operation #138

Open
pan- opened this issue Dec 7, 2015 · 3 comments
Open

Missing GattClient write operation #138

pan- opened this issue Dec 7, 2015 · 3 comments

Comments

@pan-
Copy link
Member

pan- commented Dec 7, 2015

Some write operations are missing from the current implementation:

  • signed write command
  • write blob operations:
    • prepare write request
    • execute (commit) write request
@ciarmcom
Copy link
Member

ciarmcom commented Dec 7, 2015

ARM Internal Ref: IOTSFW-1375

@andresag01
Copy link

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.

@rgrover
Copy link
Contributor

rgrover commented Dec 10, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants