-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed
Copy link
Labels
area: Bluetootharea: Bluetooth Audioarea: Bluetooth ISOBluetooth LE Isochronous ChannelsBluetooth LE Isochronous ChannelsbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Milestone
Description
Describe the bug
samples/bluetooth/broadcast_audio_source with CONFIG_BT_AUDIO_BROADCAST_SRC_STREAM_COUNT=2 fails to send data after sending initial buffers.
Please also mention any information which could help others to understand
the problem you're facing:
- platform is nRF52840DK
- commit 1dfc469
- tried previous commits but other issues with multiple ISO channels prevented testing
- first 2 buffers appear to be sent for both streams. After this,
stream_sent_cbis only invoked for 1st stream
To Reproduce
Steps to reproduce the behavior:
- Edit
samples/bluetooth/broadcast_audio_source/prj.confto containCONFIG_BT_AUDIO_BROADCAST_SRC_STREAM_COUNT=2 - Add
printktosrc/main stream_started_cbandstream_sent_cbto displaystreamvalue each time a data buffer is sent - Build for nRF52840DK
- Run (e.g. using Segger Embedded Studio) with RTT log
Expected behavior
Expect stream_sent_cb to show data sent for each stream in log.
Logs and console output
See attached console log file broadcast_audio_source_20220908.txt
Metadata
Metadata
Assignees
Labels
area: Bluetootharea: Bluetooth Audioarea: Bluetooth ISOBluetooth LE Isochronous ChannelsBluetooth LE Isochronous ChannelsbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Type
Projects
Status
Done