Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_audio_tests.py155 def _check_frequency(self, test_profile, recorded_freq, expected_freq): argument
166 return abs(expected_freq - recorded_freq) <= tolerance
195 recorded_freq = recorded_frequencies[channel]
197 test_profile, recorded_freq, expected_freq)
200 (recorded_freq, expected_freq, pass_fail_str))