zephyr/tests/bluetooth/bsim_bt
Emil Gydesen 0d719ba893 Bluetooth: Audio: Add endpoint type to capabilities config cb
The capabilities callback did not provide information about
the type of the endpoint being configured, making it
impossible for the application to determine if it is a
sink or source endpoint.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-10 14:07:17 -05:00
..
bsim_test_advx tests: Bluetooth: Update to use Periodic Advertising enable ADI flags 2021-11-26 10:26:17 -05:00
bsim_test_app
bsim_test_audio Bluetooth: Audio: Add endpoint type to capabilities config cb 2022-03-10 14:07:17 -05:00
bsim_test_eatt Bluetooth: Host: Add test for issue #42306 2022-03-10 13:26:46 +01:00
bsim_test_gatt tests: Bluetooth: GATT server test add missing bt_conn_ref 2022-03-09 15:04:57 +02:00
bsim_test_iso tests: Bluetooth: bsim: Test ISO data send 2022-03-01 14:54:35 +01:00
bsim_test_l2cap tests: bsim: first L2CAP ecred bsim test 2022-02-28 11:09:42 +01:00
bsim_test_mesh tests: Bluetooth: Mesh: add heartbeat publication to bsim test 2022-03-10 13:16:40 -05:00
bsim_test_multiple
edtt_ble_test_app Bluetooth: tests: Fixup conf to make sure new LLCP is selected 2022-03-10 13:17:50 -05:00
README.txt
_compile_permutate_kconfigs.sh Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
compile.sh Bluetooth: Host: Add test for issue #42306 2022-03-10 13:26:46 +01:00
compile.source bsim: test: fix missing warnings in bsim test build system 2022-01-03 20:35:20 +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