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

samples: Bluetooth: Fix bad info->flags check in unicast_server #45837

Merged

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented May 20, 2022

The check did not properly check the info->flags as a bitfield,
and thus never decoded the data.

Signed-off-by: Emil Gydesen [email protected]

fixes #45836

The check did not properly check the info->flags as a bitfield,
and thus never decoded the data.

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley Thalley force-pushed the le_audio_iso_flag_fix branch from c171fce to ec3d189 Compare May 20, 2022 13:42
@github-actions github-actions bot added the area: Samples Samples label May 20, 2022
@Thalley Thalley added bug The issue is a bug, or the PR is fixing a bug area: Bluetooth Audio labels May 20, 2022
@mbolivar-nordic mbolivar-nordic merged commit 12eda22 into zephyrproject-rtos:main May 24, 2022
@Thalley Thalley deleted the le_audio_iso_flag_fix branch July 8, 2022 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Audio area: Bluetooth area: Samples Samples bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

samples: Bluetooth: unicast_audio_server invalid check for ISO flags
6 participants