Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/mesh/brg/src/
Dmain.c560 static struct test_brg_cfg_row test_vector_copy[TEST_VECT_SZ - 1]; variable
566 int copy_cnt = ARRAY_SIZE(test_vector_copy); in check_fill_all_bt_entries_randomly()
568 memcpy(test_vector_copy, test_vector, sizeof(test_vector_copy)); in check_fill_all_bt_entries_randomly()
572 struct test_brg_cfg_row tmp = test_vector_copy[i]; in check_fill_all_bt_entries_randomly()
574 test_vector_copy[i] = test_vector_copy[idx]; in check_fill_all_bt_entries_randomly()
575 test_vector_copy[idx] = tmp; in check_fill_all_bt_entries_randomly()
582 test_vector_copy[i].direction, test_vector_copy[i].net_idx1, in check_fill_all_bt_entries_randomly()
583 test_vector_copy[i].net_idx2, test_vector_copy[i].addr1, in check_fill_all_bt_entries_randomly()
584 test_vector_copy[i].addr2, &status); in check_fill_all_bt_entries_randomly()