1#!/usr/bin/env bash 2# Copyright (c) 2023 Nordic Semiconductor 3# SPDX-License-Identifier: Apache-2.0 4 5source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 6 7simulation_id="lowres" 8verbosity_level=2 9 10cd ${BSIM_OUT_PATH}/bin 11 12Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_att_eatt_prj_autoconnect_conf \ 13 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central_lowres -RealEncryption=1 14 15Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_att_eatt_prj_lowres_conf \ 16 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral_lowres -RealEncryption=1 17 18Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \ 19 -D=2 -sim_length=200e6 $@ 20 21wait_for_background_jobs 22