Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/performance/
DBtA2dpRangeTest.py25 from acts.test_utils.power.PowerBTBaseTest import ramp_attenuation
137 ramp_attenuation(self.attenuator, atten)
/tools/test/connectivity/acts/tests/google/power/bt/
DPowerBTa2dpTest.py68 PBtBT.ramp_attenuation(self.attenuator, self.atten_pl_settings[tpl][0])
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBTBaseTest.py30 def ramp_attenuation(obj_atten, attenuation_target): function