Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_access.c84 } test_cancel[] = { variable
734 for (size_t i = 0; i < ARRAY_SIZE(test_cancel); i++) { in test_tx_cancel()
735 pub_param_set(test_cancel[i].period, test_cancel[i].transmit); in test_tx_cancel()
742 for (size_t j = 0; j < test_cancel[i].msgs - 1; j++) { in test_tx_cancel()
751 k_sleep(K_MSEC(test_cancel[i].sleep)); in test_tx_cancel()
767 int32_t jitter = llabs(time_delta - test_cancel[i].duration); in test_tx_cancel()
790 for (size_t i = 0; i < ARRAY_SIZE(test_cancel); i++) { in test_rx_cancel()
804 for (size_t j = 0; j < test_cancel[i].msgs; j++) { in test_rx_cancel()
815 int32_t jitter = llabs(time_delta - test_cancel[i].duration); in test_rx_cancel()