xref: /tests/bsim/bluetooth/host/gatt/notify_multiple/test_scripts/notify.sh
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
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
8simulation_id="notify_multiple"
9verbosity_level=2
10EXECUTE_TIMEOUT=120
11
12cd ${BSIM_OUT_PATH}/bin
13
14Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_gatt_notify_multiple_prj_conf \
15  -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=gatt_client -RealEncryption=1
16
17Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_gatt_notify_multiple_prj_conf \
18  -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=gatt_server -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

Last Index update Fri Aug 22 02:51:05 CST 2025