Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/conn_oriented_chan/
DBleCoc2ConnTest.py34 from acts_contrib.test_utils.bt.bt_constants import le_connection_event_time_step_ms
68 conn_event_time_steps = int((le_connection_interval/2)/le_connection_event_time_step_ms)
70 return (le_connection_event_time_step_ms * conn_event_time_steps)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_coc_test_utils.py28 from acts_contrib.test_utils.bt.bt_constants import le_connection_event_time_step_ms
207 le_min_ce_len = le_min_ce_len / le_connection_event_time_step_ms
209 le_max_ce_len = le_max_ce_len / le_connection_event_time_step_ms
Dbt_constants.py39 le_connection_event_time_step_ms = 0.625 variable