Skip to content

Commit 490da9e

Browse files
cvinayakkartben
authored andcommitted
tests: bsim: Bluetooth: Workaround overlapping ACL in BAP broadcast sink
Workaround by using `-start_offset` to ensure that the ACL established does not overlap the sink being established. The behavior between nrf52_bsim and nrf54l15bsim is different where in the two device are starting to advertising at the same time in nrf54l15bsim where as there is an offset already in nrf52_bsim test. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 31863fd commit 490da9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bsim/bluetooth/audio/test_scripts/bap_broadcast_audio_assistant.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2424

2525
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2626
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 \
27-
-testid=broadcast_source -RealEncryption=1 -rs=69 -D=3
27+
-testid=broadcast_source -RealEncryption=1 -rs=69 -D=3 \
28+
-start_offset=5e3
2829

2930
# Simulation time should be larger than the WAIT_TIME in common.h
3031
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -D=3 -sim_length=60e6 $@

0 commit comments

Comments
 (0)