Home
last modified time | relevance | path

Searched refs:hci_cmd_rsp (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c22 static struct net_buf hci_cmd_rsp; variable
33 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
100 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
101 hci_cmd_rsp.data = (void *)&hci_cmd_rsp_data.hci_rp_vs_read_static_addrs; in bt_hci_cmd_send_sync_custom_fake()
135 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) - 1; in ZTEST()
142 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
177 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs); in ZTEST()
184 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
219 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs); in ZTEST()
226 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
Dmain.c24 static struct net_buf hci_cmd_rsp; variable
45 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
64 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
65 hci_cmd_rsp.data = (void *)&hci_cmd_rsp_data.hci_rp_vs_read_static_addrs; in bt_hci_cmd_send_sync_custom_fake()
102 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
110 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
157 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
165 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
211 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
219 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
Dtest_suite_bt_privacy_enabled.c25 static struct net_buf hci_cmd_rsp; variable
39 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
59 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
60 hci_cmd_rsp.data = (void *)&hci_cmd_rsp_data.hci_rp_vs_read_static_addrs; in bt_hci_cmd_send_sync_custom_fake()
93 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
135 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
187 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
239 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
Dtest_suite_bt_settings_enabled.c23 static struct net_buf hci_cmd_rsp; variable
36 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
85 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
86 hci_cmd_rsp.data = (void *)&hci_cmd_rsp_data.hci_rp_vs_read_static_addrs; in bt_hci_cmd_send_sync_custom_fake()
120 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
168 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
215 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_read_public_addr/src/
Dmain.c23 static struct net_buf hci_cmd_rsp; variable
31 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
75 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
76 hci_cmd_rsp.data = (void *)&hci_rp_read_bd_addr; in bt_hci_cmd_send_sync_custom_fake()
104 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in ZTEST()
115 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
145 expect_single_call_net_buf_unref(&hci_cmd_rsp); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/
Dtest_suite_setup_static_random_identity.c23 static struct net_buf hci_cmd_rsp; variable
34 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
59 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
60 hci_cmd_rsp.data = (void *)&hci_cmd_rsp_data.hci_rp_vs_read_static_addrs; in bt_hci_cmd_send_sync_custom_fake()
99 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
155 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
201 hci_cmd_rsp.len = sizeof(struct bt_hci_rp_vs_read_static_addrs) + in ZTEST()
Dtest_suite_setup_public_identity.c22 static struct net_buf hci_cmd_rsp; variable
30 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
46 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
47 hci_cmd_rsp.data = (void *)&hci_rp_read_bd_addr; in bt_hci_cmd_send_sync_custom_fake()
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dmain.c21 static struct net_buf hci_cmd_rsp; variable
29 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
71 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
72 hci_cmd_rsp.data = (void *)&hci_rp_read_bd_addr; in bt_hci_cmd_send_sync_custom_fake()
Dtest_suite_bt_settings_enabled.c22 static struct net_buf hci_cmd_rsp; variable
32 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
81 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
82 hci_cmd_rsp.data = (void *)&hci_rp_read_bd_addr; in bt_hci_cmd_send_sync_custom_fake()
Dtest_suite_bt_privacy_enabled.c24 static struct net_buf hci_cmd_rsp; variable
35 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
55 *rsp = &hci_cmd_rsp; in bt_hci_cmd_send_sync_custom_fake()
56 hci_cmd_rsp.data = (void *)&hci_rp_read_bd_addr; in bt_hci_cmd_send_sync_custom_fake()