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

exc: fix BlueZ ATT error messages #975

Merged
merged 2 commits into from
Sep 5, 2022
Merged

exc: fix BlueZ ATT error messages #975

merged 2 commits into from
Sep 5, 2022

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Sep 2, 2022

We are decoding the ATT error message number to a string. This was
using the wrong lookup table for the messages.

PROTOCOL_ERROR_CODES matches BT_ATT_ERROR_* in the BlueZ source.

We are decoding the ATT error message number to a string. This was
using the wrong lookup table for the messages.

`PROTOCOL_ERROR_CODES` matches `BT_ATT_ERROR_*` in the BlueZ source.
@dlech dlech added the Backend: BlueZ Issues and PRs relating to the BlueZ backend label Sep 2, 2022
@dlech dlech merged commit 9529686 into develop Sep 5, 2022
@dlech dlech deleted the fix-bluez-error-code branch September 5, 2022 20:50
@dlech dlech mentioned this pull request Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend: BlueZ Issues and PRs relating to the BlueZ backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant