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

Add missing parameter 'flags' to ATT_Execute_Write_Request PDU #578

Conversation

jmdietrich-gcx
Copy link
Contributor

Bluetooth spec @ Vol 3, Part F - 3.4.6.3 Table 3.36 shows, that the ATT_EXECUTE_WRITE_REQ PDU contains the parameter 'Flags' with size 1 octet, which allows to cancel all prepared writes (0x00) or to immediately write all pending prepared values (0x01).

Bluetooth spec @ Vol 3, Part F - 3.4.6.3 Table 3.36 shows that the
ATT_EXECUTE_WRITE_REQ PDU contains the parameter 'Flags' with size 1
octet, which allows to cancel all prepared writes (0x00) or to
immediately write all pending prepared values (0x01).
@barbibulle barbibulle merged commit ae0228a into google:main Oct 25, 2024
57 checks passed
@barbibulle
Copy link
Collaborator

Thanks for pointing this out. The timing is great, I had started working on a small PR to support long/queued writes, which will make use of that GATT operation. I'll have a PR ready for review soon.

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

Successfully merging this pull request may close these issues.

2 participants