Lines Matching refs:test_vector

123 } test_vector[] = {  variable
143 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_tx_unicast()
144 err = bt_mesh_test_send(rx_cfg.addr, NULL, test_vector[i].len, in test_tx_unicast()
145 test_vector[i].flags, K_SECONDS(10)); in test_tx_unicast()
160 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_tx_group()
161 err = bt_mesh_test_send(GROUP_ADDR, NULL, test_vector[i].len, in test_tx_group()
162 test_vector[i].flags, K_SECONDS(20)); in test_tx_group()
174 ASSERT_OK(bt_mesh_test_send(BT_MESH_ADDR_RELAYS, NULL, test_vector[0].len, in test_tx_fixed()
175 test_vector[0].flags, K_SECONDS(2))); in test_tx_fixed()
179 ASSERT_OK(bt_mesh_test_send(BT_MESH_ADDR_RELAYS, NULL, test_vector[0].len, in test_tx_fixed()
180 test_vector[0].flags, K_SECONDS(2))); in test_tx_fixed()
184 ASSERT_OK(bt_mesh_test_send(BT_MESH_ADDR_RELAYS, NULL, test_vector[0].len, in test_tx_fixed()
185 test_vector[0].flags, K_SECONDS(2))); in test_tx_fixed()
205 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_tx_va()
206 err = bt_mesh_test_send(va->addr, va->uuid, test_vector[i].len, in test_tx_va()
207 test_vector[i].flags, K_SECONDS(20)); in test_tx_va()
232 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_tx_va_collision()
236 err = bt_mesh_test_send(test_va_col_addr, va[j]->uuid, test_vector[i].len, in test_tx_va_collision()
237 test_vector[i].flags, K_SECONDS(20)); in test_tx_va_collision()
253 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_tx_loopback()
254 err = bt_mesh_test_send(cfg->addr, NULL, test_vector[i].len, test_vector[i].flags, in test_tx_loopback()
257 bt_mesh_test_recv(test_vector[i].len, cfg->addr, NULL, K_SECONDS(2)); in test_tx_loopback()
321 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_tx_loopback_group()
322 err = bt_mesh_test_send(GROUP_ADDR, NULL, test_vector[i].len, in test_tx_loopback_group()
323 test_vector[i].flags, in test_tx_loopback_group()
329 ASSERT_OK_MSG(bt_mesh_test_recv(test_vector[i].len, GROUP_ADDR, in test_tx_loopback_group()
469 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_rx_unicast()
470 err = bt_mesh_test_recv(test_vector[i].len, cfg->addr, in test_rx_unicast()
491 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_rx_group()
492 err = bt_mesh_test_recv(test_vector[i].len, GROUP_ADDR, in test_rx_group()
520 ASSERT_OK(bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4))); in test_rx_fixed()
535 ASSERT_OK(bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4))); in test_rx_fixed()
545 err = bt_mesh_test_recv(test_vector[0].len, BT_MESH_ADDR_RELAYS, NULL, K_SECONDS(4)); in test_rx_fixed()
565 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_rx_va()
566 err = bt_mesh_test_recv(test_vector[i].len, virtual_addr, in test_rx_va()
591 for (int i = 0; i < ARRAY_SIZE(test_vector); i++) { in test_rx_va_collision()
595 err = bt_mesh_test_recv(test_vector[i].len, test_va_col_addr, in test_rx_va_collision()