zephyr/tests/bluetooth/bsim_bt
Emil Gydesen 18466530ab Bluetooth: PACS: Refactor PAC location read/write
Refactor the PAC location read and write. Instead
of storing the location in the service, the
location is now stored in the application, and
is retrieved by the service via callbacks.

Similarly, if a client writes the location, this
request is being sent to the application.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-11 11:36:19 -08: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 Bluetooth: ATT: Fix typo in defines 2021-10-23 20:39:36 -04:00
bsim_test_audio Bluetooth: PACS: Refactor PAC location read/write 2022-03-11 11:36:19 -08: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: Throw error code from tx_end to caller 2022-03-11 11:00:30 +01: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 Bluetooth: tests: Fixup conf to make sure new LLCP is selected 2022-03-10 13:17:50 -05:00
_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
README.txt
run_parallel.sh

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