Searched refs:headset_mac_address (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/tests/google/coex/performance_tests/ |
D | WlanWithA2dpPerformanceTest.py | 51 self.headset_mac_address = self.bt_device.mac_address 56 self.pri_ad, self.headset_mac_address, 69 (self.pri_ad, self.headset_mac_address, 90 (self.pri_ad, self.headset_mac_address,
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 600 def is_a2dp_connected(pri_ad, headset_mac_address): argument 613 if device["address"] == headset_mac_address: 618 def media_stream_check(pri_ad, duration, headset_mac_address): argument 632 if not is_a2dp_connected(pri_ad, headset_mac_address): 656 def music_play_and_check(pri_ad, headset_mac_address, music_to_play, duration): argument 681 if not media_stream_check(pri_ad, stream_time, headset_mac_address): 689 def music_play_and_check_via_app(pri_ad, headset_mac_address, duration=5): argument 709 if not media_stream_check(pri_ad, stream_time, headset_mac_address): 760 def pair_and_connect_headset(pri_ad, headset_mac_address, profile_to_connect, retry=5): argument 776 if pair_dev_to_headset(pri_ad, headset_mac_address): [all …]
|
D | CoexBaseTest.py | 91 self.headset_mac_address = self.audio_receiver.mac_address
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 220 headset_mac_address = headset.mac_address 221 connected = is_a2dp_src_device_connected(android, headset_mac_address) 236 android.droid.bluetoothDiscoverAndBond(headset_mac_address) 238 android.droid.bluetoothConnectBonded(headset_mac_address) 242 connected = is_a2dp_src_device_connected(android, headset_mac_address)
|