zephyr/tests/bluetooth/bsim_bt
Ingar Kulbrandstad 7367980bea Bluetooth: Mesh: Extended advertiser as default
Setting the extended advertiser as default advertiser
to improve both preformence and reliability.

Signed-off-by: Ingar Kulbrandstad <ingar.kulbrandstad@nordicsemi.no>
2022-11-01 08:52:56 +00:00
..
bsim_test_adv_chain
bsim_test_advx Bluetooth: Replace all '!bt_addr_le_cmp' with 'bt_addr_le_eq' 2022-10-19 15:40:18 +03:00
bsim_test_app
bsim_test_audio Bluetooth: audio: Remove capablilities leftovers 2022-10-31 16:39:05 +09:00
bsim_test_bond_overwrite_allowed Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
bsim_test_bond_overwrite_denied Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
bsim_test_eatt Bluetooth: att: limit EATT MTU to max buffer size 2022-09-29 10:16:57 +00:00
bsim_test_eatt_notif Bluetooth: Tests: Fix uninitialized value in eatt_notif test 2022-09-28 13:12:08 +02:00
bsim_test_gatt
bsim_test_gatt_caching
bsim_test_gatt_write
bsim_test_iso tests: Bluetooth: Update broadcast_iso test to support PA sync term cb 2022-10-28 07:56:41 +00:00
bsim_test_l2cap
bsim_test_l2cap_stress Bluetooth: controller: fixing slot reservation for connection setup 2022-09-27 10:02:07 +00:00
bsim_test_l2cap_userdata
bsim_test_mesh Bluetooth: Mesh: Extended advertiser as default 2022-11-01 08:52:56 +00:00
bsim_test_multiple Bluetooth: controller: fixing slot reservation for connection setup 2022-09-27 10:02:07 +00:00
bsim_test_notify
bsim_test_notify_multiple
edtt_ble_test_app test: Bluetooth: EDTT: Disable invalid tests 2022-10-03 10:08:34 +02:00
README.txt
_compile_permutate_kconfigs.sh
compile.sh Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
compile.source tests: bluetooth: BSIM tests compile function enhancement 2022-10-03 10:13:51 +02: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