Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c417 static void oob_auth_set(int test_step) in oob_auth_set() argument
421 ASSERT_TRUE(test_step < ARRAY_SIZE(oob_auth_test_vector)); in oob_auth_set()
423 if (memcmp(&oob_auth_test_vector[test_step], &dummy, in oob_auth_set()
430 prov.static_val = oob_auth_test_vector[test_step].static_val; in oob_auth_set()
431 prov.static_val_len = oob_auth_test_vector[test_step].static_val_len; in oob_auth_set()
432 prov.output_size = oob_auth_test_vector[test_step].output_size; in oob_auth_set()
433 prov.output_actions = oob_auth_test_vector[test_step].output_actions; in oob_auth_set()
434 prov.input_size = oob_auth_test_vector[test_step].input_size; in oob_auth_set()
435 prov.input_actions = oob_auth_test_vector[test_step].input_actions; in oob_auth_set()