Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 25 of 176) sorted by relevance

12345678

/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dmain.c18 .test_id = "central",
25 .test_id = "central_connect_short_rpa_timeout",
32 .test_id = "central_connect_fails_with_short_rpa_timeout",
40 .test_id = "peripheral",
48 .test_id = "periph_delayed_start_of_conn_adv",
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbstests_entry.c42 if (test_def[idx].test_id != NULL) { in bst_add_tests()
51 while (test_def[idx].test_id != NULL) { in bst_add_tests()
63 char *test_id) in bst_test_find() argument
68 if (!strcmp(top->test_instance->test_id, test_id)) { in bst_test_find()
111 top->test_instance->test_id, in bst_print_testslist()
120 void bst_set_testapp_mode(char *test_id) in bst_set_testapp_mode() argument
128 current_test = bst_test_find(test_list_top, test_id); in bst_set_testapp_mode()
130 bs_trace_error_line("test id %s doesn't exist\n", test_id); in bst_set_testapp_mode()
179 } else if (current_test->test_id) { in bst_tick()
182 current_test->test_id); in bst_tick()
/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_cli.c34 uint8_t *test_id; member
45 uint8_t test_id; in health_fault_status() local
51 test_id = net_buf_simple_pull_u8(buf); in health_fault_status()
58 (test_id != *param->expect_test_id)) { in health_fault_status()
66 if (param->test_id) { in health_fault_status()
67 *param->test_id = test_id; in health_fault_status()
85 cli->fault_status(cli, ctx->addr, test_id, cid, in health_fault_status()
97 uint8_t test_id; in health_current_status() local
103 test_id = net_buf_simple_pull_u8(buf); in health_current_status()
106 LOG_DBG("Test ID 0x%02x Company ID 0x%04x Fault Count %u", test_id, cid, buf->len); in health_current_status()
[all …]
Dhealth_srv.c38 uint8_t *test_id; in health_get_registered() local
44 test_id = net_buf_simple_add(msg, 1); in health_get_registered()
51 err = srv->cb->fault_get_reg(mod, company_id, test_id, in health_get_registered()
56 *test_id = HEALTH_TEST_STANDARD; in health_get_registered()
62 *test_id = HEALTH_TEST_STANDARD; in health_get_registered()
71 uint8_t *test_id, *company_ptr; in health_get_current() local
77 test_id = net_buf_simple_add(msg, 1); in health_get_current()
85 err = srv->cb->fault_get_cur(mod, test_id, &company_id, in health_get_current()
91 *test_id = HEALTH_TEST_STANDARD; in health_get_current()
100 *test_id = HEALTH_TEST_STANDARD; in health_get_current()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dmain.c16 .test_id = "central",
22 .test_id = "peripheral_unpair_in_sec_cb",
28 .test_id = "peripheral_disconnect_in_sec_cb",
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_cli.h80 uint8_t test_id, uint16_t cid, uint8_t *faults,
99 uint8_t test_id, uint16_t cid, uint8_t *faults,
154 uint16_t cid, uint8_t *test_id, uint8_t *faults,
180 uint16_t cid, uint8_t *test_id, uint8_t *faults,
217 uint16_t cid, uint8_t test_id, uint8_t *faults,
231 uint16_t cid, uint8_t test_id);
Dhealth_srv.h56 int (*fault_get_cur)(const struct bt_mesh_model *model, uint8_t *test_id,
83 uint8_t *test_id, uint8_t *faults,
111 int (*fault_test)(const struct bt_mesh_model *model, uint8_t test_id,
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/src/
Dmain.c182 .test_id = "central",
189 .test_id = "peripheral",
196 .test_id = "central_multiple",
203 .test_id = "peripheral_single",
210 .test_id = "central_single",
217 .test_id = "peripheral_multilink",
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhealth.c18 static void show_faults(const struct shell *sh, uint8_t test_id, uint16_t cid, uint8_t *faults, in show_faults() argument
24 shell_print(sh, "Health Test ID 0x%02x Company ID 0x%04x: no faults\n", test_id, in show_faults()
29 shell_print(sh, "Health Test ID 0x%02x Company ID 0x%04x Fault Count %zu:\n", test_id, cid, in show_faults()
48 uint8_t test_id; in cmd_fault_get() local
60 err = bt_mesh_health_cli_fault_get(cli, ctx.addr ? &ctx : NULL, cid, &test_id, faults, in cmd_fault_get()
65 show_faults(sh, test_id, cid, faults, fault_count); in cmd_fault_get()
80 uint8_t test_id; in fault_clear() local
94 err = bt_mesh_health_cli_fault_clear(cli, ctx.addr ? &ctx : NULL, cid, &test_id, in fault_clear()
99 show_faults(sh, test_id, cid, faults, fault_count); in fault_clear()
132 uint8_t test_id; in fault_test() local
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dmain.c68 .test_id = "central",
75 .test_id = "bad_central",
82 .test_id = "peripheral",
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dmain_rpa_expired.c15 .test_id = "central_rpa_check",
21 .test_id = "peripheral_rpa_expired",
Dmain_rpa_rotation.c15 .test_id = "central",
21 .test_id = "peripheral",
/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c18 static int fault_get_cur(const struct bt_mesh_model *model, uint8_t *test_id, in fault_get_cur() argument
25 *test_id = 0x00; in fault_get_cur()
34 uint8_t *test_id, uint8_t *faults, uint8_t *fault_count) in fault_get_reg() argument
42 *test_id = 0x00; in fault_get_reg()
67 static int fault_test(const struct bt_mesh_model *model, uint8_t test_id, in fault_test() argument
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Dmain.c15 .test_id = "central",
21 .test_id = "peripheral",
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dmain.c15 .test_id = "central",
21 .test_id = "peripheral",
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dmain.c15 .test_id = "central",
21 .test_id = "peripheral",
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dmain.c15 .test_id = "central",
21 .test_id = "peripheral",
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/
Dmain.c27 .test_id = "server",
32 .test_id = "client",
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Dmain.c27 .test_id = "dut",
32 .test_id = "central",
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Dmain.c23 .test_id = "l2cap/einprogress/dut",
28 .test_id = "l2cap/einprogress/tester",
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dmain.c29 .test_id = "advertiser",
34 .test_id = "scanner",
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_lowres.c43 .test_id = "peripheral_lowres",
50 .test_id = "central_lowres",
Dmain_autoconnect.c42 .test_id = "peripheral_autoconnect",
49 .test_id = "central_autoconnect",
/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/src/
Dmain.c38 .test_id = "dut1",
45 .test_id = "dut2",
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dmain.c33 .test_id = "central",
39 .test_id = "peripheral",

12345678