Home
last modified time | relevance | path

Searched refs:test_def (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/src/
Dmain.c17 static const struct bst_test_instance test_def[] = { variable
32 return bst_add_tests(tests, test_def); in test_id_settings_install()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_lowres.c42 static const struct bst_test_instance test_def[] = { variable
58 return bst_add_tests(tests, test_def); in test_main_lowres_install()
Dmain_autoconnect.c41 static const struct bst_test_instance test_def[] = { variable
57 return bst_add_tests(tests, test_def); in test_main_autoconnect_install()
Dmain_collision.c69 static const struct bst_test_instance test_def[] = { variable
85 return bst_add_tests(tests, test_def); in test_main_collision_install()
Dmain_reconfigure.c91 static const struct bst_test_instance test_def[] = { variable
107 return bst_add_tests(tests, test_def); in test_main_reconfigure_install()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dmain.c14 static const struct bst_test_instance test_def[] = { variable
31 return bst_add_tests(tests, test_def); in test_encrypted_ad_data_install()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_main.c26 static const struct bst_test_instance test_def[] = { variable
43 return bst_add_tests(tests, test_def); in test_privacy_install()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dmain.c31 static const struct bst_test_instance test_def[] = { variable
51 return bst_add_tests(tests, test_def); in test_ccc_update_install()
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_peripheral.c36 static const struct bst_test_instance test_def[] = { variable
47 return bst_add_tests(tests, test_def); in test_mtu_update_install()
Dmain_central.c60 static const struct bst_test_instance test_def[] = { variable
71 return bst_add_tests(tests, test_def); in test_mtu_update_install()
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbstests_entry.c30 const struct bst_test_instance *test_def) in bst_add_tests() argument
42 if (test_def[idx].test_id != NULL) { in bst_add_tests()
46 &test_def[idx++]; in bst_add_tests()
51 while (test_def[idx].test_id != NULL) { in bst_add_tests()
55 &test_def[idx++]; in bst_add_tests()
Dbstests.h103 const struct bst_test_instance *test_def);
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dmain.c36 static const struct bst_test_instance test_def[] = { variable
53 return bst_add_tests(tests, test_def); in test_ccc_store_install()
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_empty.c58 static const struct bst_test_instance test_def[] = { variable
71 return bst_add_tests(tests, test_def); in test_empty_install()
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/server/
Dmain.c54 static const struct bst_test_instance test_def[] = { variable
64 return bst_add_tests(tests, test_def); in install()
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Ddummy_peripheral.c53 static const struct bst_test_instance test_def[] = { variable
64 return bst_add_tests(tests, test_def); in test_peripheral_install()
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/src/
Dmain.c108 static const struct bst_test_instance test_def[] = { variable
128 return bst_add_tests(tests, test_def); in test_gatt_write_install()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dmain_disable.c98 static const struct bst_test_instance test_def[] = { variable
114 return bst_add_tests(tests, test_def); in test_main_disable_install()
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/
Dmain.c109 static const struct bst_test_instance test_def[] = { variable
119 return bst_add_tests(tests, test_def); in install()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/ead_sample/src/
Dmain.c128 static const struct bst_test_instance test_def[] = { variable
147 return bst_add_tests(tests, test_def); in test_ead_sample_install()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/src/
Dmain.c164 static const struct bst_test_instance test_def[] = { variable
180 return bst_add_tests(tests, test_def); in test_adv_chain_install()
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/src/
Dmain.c180 static const struct bst_test_instance test_def[] = { variable
228 return bst_add_tests(tests, test_def); in test_multiple_install()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c174 static const struct bst_test_instance test_def[] = { variable
185 return bst_add_tests(tests, test_def); in test_main_cis_peripheral_install()
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/
Dmain.c224 static const struct bst_test_instance test_def[] = { variable
240 return bst_add_tests(tests, test_def); in test_scan_start_stop_install()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
Dmain.c236 static const struct bst_test_instance test_def[] = {{.test_id = "peripheral", variable
246 return bst_add_tests(tests, test_def); in test_unregister_conn_cb_install()

12