zephyr/tests/bsim/bluetooth/audio
Emil Gydesen b800be3430 Bluetooth: BAP: Broadcast sync fail receive state bis sync value fixed
In the case that a broadcast sync fails for any reason, we need to
set the BIS_Sync value for all subgroups to 0xFFFFFFFF
(BT_BAP_BIS_SYNC_FAILED) as per the BAP spec.

This commit adds a new define for this and modifies
both the scan delegator and broadcast sink to support this.

The change is validated by a modification to the broadcast
assistant test that verifies that the value is set in the
case of an invalid broadcast code (which indicates a
failed BIG sync).

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-09-23 10:02:33 +02:00
..
src Bluetooth: BAP: Broadcast sync fail receive state bis sync value fixed 2024-09-23 10:02:33 +02:00
test_scripts tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
CMakeLists.txt
compile.sh tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
Kconfig
Kconfig.sysbuild tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
overlay-bt_ll_sw_split.conf tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
prj.conf Bluetooth: BAP: Add bondable requirement for BAP 2024-09-19 18:27:53 +01:00
README.txt
sysbuild.cmake tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03: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.