File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ CONFIG_TEST_USE_LEGACY_ADVERTISING=n
2
+ CONFIG_TEST_CONNECT_ACL_FIRST=y
3
+ CONFIG_TEST_FT_PER_SKIP_SUBEVENTS=y
4
+ CONFIG_TEST_FT_PER_SKIP_EVENTS_COUNT=2
5
+ CONFIG_BT_MAX_CONN=1
6
+ CONFIG_BT_ISO_MAX_CHAN=1
7
+ CONFIG_BT_CTLR_LLCP_LOCAL_PROC_CTX_BUF_NUM=9
8
+ CONFIG_BT_CTLR_ADVANCED_FEATURES=y
9
+ CONFIG_BT_CTLR_ISOAL_PSN_IGNORE=y
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ # Copyright 2020 Nordic Semiconductor ASA
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
5
+ source ${ZEPHYR_BASE} /tests/bsim/sh_common.source
6
+
7
+ # Basic Connected ISO test: a Central connects to 1 Peripheral and tests RTN=2,
8
+ # FT=2, skips 4 subevents in the peripheral
9
+ simulation_id=" connected_iso_acl_first_ft_per_skip_4_se"
10
+ verbosity_level=2
11
+ EXECUTE_TIMEOUT=60
12
+
13
+ cd ${BSIM_OUT_PATH} /bin
14
+
15
+ Execute ./bs_${BOARD} _tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_ft_per_skip_4_se_conf \
16
+ -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
17
+
18
+ Execute ./bs_${BOARD} _tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_ft_per_skip_4_se_conf \
19
+ -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral
20
+
21
+ Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
22
+ -D=2 -sim_length=30e6 $@
23
+
24
+ wait_for_background_jobs
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf compile
40
40
app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group_acl_first.conf compile
41
41
app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-peripheral_cis.conf compile
42
42
app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_2_se.conf compile
43
+ app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_4_se.conf compile
43
44
44
45
app=tests/bsim/bluetooth/ll/edtt/hci_test_app \
45
46
conf_file=prj_dut_llcp.conf compile
You can’t perform that action at this time.
0 commit comments