Home
last modified time | relevance | path

Searched refs:bst_result (Results 1 – 25 of 197) sorted by relevance

12345678

/Zephyr-latest/tests/bsim/babblekit/include/babblekit/
Dtestcase.h11 extern enum bst_result_t bst_result;
23 bst_result = In_progress; \
37 bst_result = Failed; \
56 bst_result = Passed; \
75 bst_result = Passed; \
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h39 bst_result = Failed; \
45 bst_result = Passed; \
53 bst_result = Failed; \
63 bst_result = Failed; \
73 bst_result = Failed; \
82 bst_result = Failed; \
92 bst_result = Failed; \
101 bst_result = Failed; \
110 bst_result = Failed; \
120 bst_result = Failed; \
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dmain.c18 bst_result = Failed; \
24 bst_result = Passed; \
28 extern enum bst_result_t bst_result;
54 if (bst_result != Passed) { in test_tick()
55 bst_result = Failed; in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/src/
Dcommon.h10 bst_result = Failed; \
16 bst_result = Passed; \
20 extern enum bst_result_t bst_result;
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/
Dbs_main.c13 extern enum bst_result_t bst_result;
17 bst_result = In_progress; in test_init()
24 if (bst_result == In_progress) { in test_tick()
25 bst_result = Failed; in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dcommon.c11 extern enum bst_result_t bst_result;
15 if (bst_result != Passed) { in test_tick()
23 bst_result = In_progress; in test_init()
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/
Dtest_utils.c9 bst_result = In_progress; in test_init()
16 if (bst_result == In_progress) { in test_tick()
17 bst_result = Failed; in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dcommon.c9 extern enum bst_result_t bst_result;
14 bst_result = In_progress; in test_init()
19 if (bst_result != Passed) { in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dcommon.c9 extern enum bst_result_t bst_result;
14 bst_result = In_progress; in test_init()
19 if (bst_result != Passed) { in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dcommon.c9 extern enum bst_result_t bst_result;
13 bst_result = In_progress; in test_init()
19 if (bst_result != Passed) { in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dcommon.c9 extern enum bst_result_t bst_result;
14 bst_result = In_progress; in test_init()
19 if (bst_result != Passed) { in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dcommon.c9 extern enum bst_result_t bst_result;
13 bst_result = In_progress; in test_init()
19 if (bst_result != Passed) { in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dcommon.c9 extern enum bst_result_t bst_result;
14 bst_result = In_progress; in test_init()
19 if (bst_result != Passed) { in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dcommon.c18 extern enum bst_result_t bst_result;
22 bst_result = In_progress; in test_init()
28 if (bst_result != Passed) { in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dcommon.c9 extern enum bst_result_t bst_result;
13 if (bst_result != Passed) { in test_tick()
21 bst_result = In_progress; in test_init()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dmain.c18 bst_result = Failed; \
24 bst_result = Passed; \
28 extern enum bst_result_t bst_result;
50 if (bst_result != Passed) { in test_tick()
51 bst_result = Failed; in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/src/
Dmain.c43 bst_result = Failed; \
49 bst_result = Passed; \
53 extern enum bst_result_t bst_result;
91 bst_result = In_progress; in test_gatt_write_init()
96 bst_result = Failed; in test_gatt_write_tick()
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/src/
Dbroadcast_sink_test.c18 extern enum bst_result_t bst_result;
22 bst_result = Failed; \
28 bst_result = Passed; \
36 bst_result = In_progress; in test_broadcast_sink_sample_init()
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/src/
Dunicast_client_sample_test.c18 extern enum bst_result_t bst_result;
22 bst_result = Failed; \
28 bst_result = Passed; \
36 bst_result = In_progress; in test_unicast_client_sample_init()
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/src/
Dsample_test.c18 extern enum bst_result_t bst_result;
22 bst_result = Failed; \
28 bst_result = Passed; \
36 bst_result = In_progress; in test_sample_init()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dmain.c12 extern enum bst_result_t bst_result;
23 if (bst_result != Passed) { in test_tick()
24 bst_result = Failed; in test_tick()
33 bst_result = In_progress; in test_ead_sample_data_init()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dbs_bt_utils.h25 extern enum bst_result_t bst_result;
36 bst_result = Failed; \
42 bst_result = Passed; \
Dbs_bt_utils.c16 if (bst_result != Passed) { in test_tick()
17 bst_result = Failed; in test_tick()
26 bst_result = In_progress; in test_init()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_main.c22 extern enum bst_result_t bst_result;
35 if (bst_result != Passed) { in sim_timeout()
36 bst_result = Failed; in sim_timeout()
45 bst_result = In_progress; in test_privacy_init()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.h25 extern enum bst_result_t bst_result;
36 bst_result = Failed; \
42 bst_result = Passed; \

12345678