zephyr/tests/bsim/bluetooth/audio
Emil Gydesen 2ab5882e0b Bluetooth: CAP: Add cap_unicast_group API
Adds a new abstract struct for unicast group that is
specific for CAP. The difference between this and the BAP
unicast group, is that the parameters are CAP streams and
thus ensuring that the streams in the group adhere to the
additional requirements that CAP has on top of BAP.

This also adds foreach functions for both CAP and BAP
to allow users to iterate on the streams in the
abstract groups.

Various samples, modules and tests have been updated
to use the CAP struct and API.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-06-17 08:20:25 +02:00
..
src Bluetooth: CAP: Add cap_unicast_group API 2025-06-17 08:20:25 +02:00
test_scripts Bluetooth: CSIP: Set member: Fix issue with re-registration 2025-05-27 14:45:15 +02:00
CMakeLists.txt
compile.sh
Kconfig
Kconfig.sysbuild
overlay-bt_ll_sw_split.conf Bluetooth: Controller: Interleaved extended advertising reception 2025-05-02 15:20:30 +02:00
overlay-nrf5340_cpunet_iso-bt_ll_sw_split.conf Bluetooth: Controller: Fix ISO Tx PDU buffer counts for fragmentation 2025-02-24 20:18:37 +00:00
prj.conf Bluetooth: CSIP: Add support for dynamically setting set size 2025-03-20 14:23:40 +01:00
README.txt
sysbuild.cmake tests: Bluetooth: Audio: Remove netcore logs from nrf53 BSIM 2025-01-16 22:39:09 +01:00

Zephyr test application which uses the simulated boards test hooks.
Can be compiled targeting the *_bsim boards.

This application will, based on the command line arguments, select one of
testcases which are compiled with it.