Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Ddut.c111 int64_t diff_to_expected_ms = abs(time_diff_ms - expected_conn_timeout_ms); in dut_procedure_connect_timeout() local
114 TEST_ASSERT(diff_to_expected_ms < 0.1 * expected_conn_timeout_ms, in dut_procedure_connect_timeout()
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Dmain.c80 const int64_t diff_to_expected_ms = abs(time_diff_ms - expected_conn_timeout_ms); in test_central_connect_timeout_with_timeout() local
83 TEST_ASSERT(diff_to_expected_ms < 0.1 * expected_conn_timeout_ms, in test_central_connect_timeout_with_timeout()