zephyr/tests/bluetooth/bsim_bt
Vinayak Kariappa Chettimada abcee4dc2b Bluetooth: controller: Fix BIG Sync Terminate command
Fix BIG Sync Terminate Command to generate Sync Established
event if Sync initiation is in progress.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-01-26 06:18:23 -05:00
..
bsim_test_advx tests: Bluetooth: bsim: Periodic Advertising Report generation 2020-11-23 17:01:50 +01:00
bsim_test_app tests: bluetooth: Use a valid disconnect reason 2020-12-15 11:20:34 +01:00
bsim_test_iso Bluetooth: controller: Fix BIG Sync Terminate command 2021-01-26 06:18:23 -05:00
edtt_ble_test_app power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
README.txt cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
compile.sh Bluetooth: controller: Add initial basic ISO broadcast test 2020-12-04 17:09:33 +01:00
run_parallel.sh

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