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: unicast_audio_server invalid check for ISO flags #45836

Closed
Thalley opened this issue May 20, 2022 · 0 comments · Fixed by #45837
Closed

samples: Bluetooth: unicast_audio_server invalid check for ISO flags #45836

Thalley opened this issue May 20, 2022 · 0 comments · Fixed by #45837
Assignees
Labels
area: Bluetooth Audio area: Bluetooth area: Samples Samples bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@Thalley
Copy link
Collaborator

Thalley commented May 20, 2022

Describe the bug
The info->flags from bt_iso_recv_info is checked against as a single value, instead of a bitfield. This causes the in_buf to always be NULL when an ISO packet with a timestamp is received.

To Reproduce
N/A

Expected behavior
When BIT(0) is set, the packet is valid.

Impact
Stops the samples from being able to decode LC3 data with a timestamp

Logs and console output
N/A

Environment (please complete the following information):

  • Commit SHA or Version used: 903672c

Additional context
N/A

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 priority: low Low impact/importance bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant