samples: Bluetooth: unicast_audio_server invalid check for ISO flags #45836
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
Describe the bug
The
info->flags
frombt_iso_recv_info
is checked against as a single value, instead of a bitfield. This causes thein_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):
Additional context
N/A
The text was updated successfully, but these errors were encountered: