Creating the unicast group before both ISO connections have been configured might cause issue #45374
Labels
area: Bluetooth Audio
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
I try to modify the unicast_audio_client and unicast_audio_server for creating TWS scenario demo (one client connects to two servers).
And if the unicast group is created before both ISO connections have been configured, then the CIG creating parameter will be wrong.
I'm using controller from here with the application in https://github.com/rick1082/zephyr/tree/multilink_audio
And running the on nRF5340-DK.
To Reproduce
Steps to reproduce the behavior:
https://github.com/rick1082/zephyr/blob/multilink_audio/samples/bluetooth/unicast_audio_server/src/main.c#L60
Expected behavior
The bt_audio API should work for creating the unicast group before both ISO connections been configured.
Logs and console output
The btmon format HCI log from client as following:
client_hci.log
The application log from client as following
client_application.log
The text was updated successfully, but these errors were encountered: