1#!/bin/env bash 2# Copyright 2023 Nordic Semiconductor ASA 3# SPDX-License-Identifier: Apache-2.0 4 5source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 6 7test_name='sc_indicate' 8test_exe="bs_${BOARD_TS}_tests_bsim_bluetooth_host_gatt_${test_name}_prj_conf" 9simulation_id="${test_name}" 10verbosity_level=2 11 12cd ${BSIM_OUT_PATH}/bin 13 14Execute "./${test_exe}" \ 15 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central -RealEncryption=1 16 17Execute "./${test_exe}" \ 18 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral -RealEncryption=1 19 20Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \ 21 -D=2 -sim_length=60e6 22 23wait_for_background_jobs 24