Skip to content

Commit ba81b32

Browse files
committed
tests: bsim: Bluetooth: Workaround overlapping ACL in BAP BASS test
Workaround by using `-start_offset` to ensure that the ACL established does not overlap the sink being established. Relates to commit 490da9e ("tests: bsim: Bluetooth: Workaround overlapping ACL in BAP broadcast sink"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 7ddea29 commit ba81b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2222
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 \
2323
-testid=bap_broadcast_assistant_client_sync -RealEncryption=1 -rs=46 -D=3
2424

25-
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
25+
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
2626
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=bass_broadcaster \
27-
-RealEncryption=1 -rs=69 -D=3
27+
-RealEncryption=1 -rs=69 -D=3 -start_offset=2e3
2828

2929
# Simulation time should be larger than the WAIT_TIME in common.h
3030
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -D=3 \

0 commit comments

Comments
 (0)