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

Bluetooth: BAP: Fix invalid GATT error codes in scan delegator #67165

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Jan 3, 2024

There was a few places where the scan delegator returned an errno value instead of a valid GATT error codes when rejecting write request. These have been modified to send
BT_ATT_ERR_WRITE_REQ_REJECTED to the client instead.

fixes #64904

There was a few places where the scan delegator returned an
errno value instead of a valid GATT error codes when rejecting
write request. These have been modified to send
BT_ATT_ERR_WRITE_REQ_REJECTED to the client instead.

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley Thalley marked this pull request as ready for review January 3, 2024 15:38
@Thalley Thalley added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jan 9, 2024
@nashif nashif merged commit 400cdca into zephyrproject-rtos:main Jan 15, 2024
27 checks passed
@Thalley Thalley deleted the scan_delegator_gatt_err_fix branch January 16, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Audio area: Bluetooth Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

LE Audio: scan delegator: Remove Source sends ATT_WRITE_RSP with 0x01 (Invalid Handle) error code
4 participants