Searched refs:AUDIO_ROUTE_BLUETOOTH (Results 1 – 3 of 3) sorted by relevance
25 from acts.test_utils.tel.tel_defines import AUDIO_ROUTE_BLUETOOTH440 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)442 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:444 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))543 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)545 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:547 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))691 set_audio_route(self.log, pri_dut, AUDIO_ROUTE_BLUETOOTH)693 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:695 "Audio Route not set to {}".format(AUDIO_ROUTE_BLUETOOTH))
26 from acts.test_utils.tel.tel_defines import AUDIO_ROUTE_BLUETOOTH122 AUDIO_ROUTE_BLUETOOTH):
420 AUDIO_ROUTE_BLUETOOTH = "BLUETOOTH" variable