zephyr/tests/bluetooth/bsim_bt
Emil Gydesen e748e76988 Bluetooth: Audio: Move csis.h to include/bluetooth/audio
Move the header file csis.h from the internal location to
the public include directory. This file is supposed to provide
the public API for CSIS and the CSIS client, but is not fully
complete yet.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-11-09 11:17:20 +01:00
..
bsim_test_advx tests: Bluetooth: bsim: Verify Periodic Advertiser duplicate filter 2021-11-04 13:32:00 +01:00
bsim_test_app Bluetooth: ATT: Fix typo in defines 2021-10-23 20:39:36 -04:00
bsim_test_audio Bluetooth: Audio: Move csis.h to include/bluetooth/audio 2021-11-09 11:17:20 +01:00
bsim_test_iso tests: Bluetooth: bsim_test_iso: Change wait time in BIG receiver 2021-10-07 21:36:55 -04:00
bsim_test_mesh kernel: Introduce K_MEM_SLAB_DEFINE_STATIC 2021-11-07 05:36:48 -05:00
bsim_test_multiple tests: Bluetooth: bsim: Add iterations to multiple conn to peripherals 2021-11-03 16:59:00 +01:00
edtt_ble_test_app tests: Bluetooth: bsim: Use separate DUT and TST EDTT builds 2021-09-30 11:47:57 +02:00
README.txt cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
compile.sh tests: Bluetooth: bsim: Use separate DUT and TST EDTT builds 2021-09-30 11:47:57 +02:00
run_parallel.sh bsim_bt: run_parallel.sh: Fix execution without explicit SEARCH_PATH 2021-03-03 13:21:35 +01:00

README.txt

This folder contains tests meant to be run with BabbleSim's physical layer
simulation, and therefore cannot be run directly from twister

The compile.sh and run_parallel.sh scripts are used by the CI system to build
the needed images and execute these tests in batch.

You can also run them manually if desired, but be sure to call them setting
the variables they expect. For example, from Zephyr's root folder, you can run:

WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim_bt/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bluetooth/bsim_bt/bsim_test_app/tests_scripts tests/bluetooth/bsim_bt/run_parallel.sh