1#!/usr/bin/env bash 2# Copyright 2022 Nordic Semiconductor ASA 3# SPDX-License-Identifier: Apache-2.0 4set -eu 5 6source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 7 8verbosity_level=2 9 10cd ${BSIM_OUT_PATH}/bin 11 12Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_gatt_notify_prj_conf \ 13 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=${client_id} -RealEncryption=1 14 15Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_gatt_notify_prj_conf \ 16 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=${server_id} -RealEncryption=1 17 18Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \ 19 -D=2 -sim_length=60e6 $@ 20 21wait_for_background_jobs 22