Searched refs:headset_mac_address (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/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_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 599 def is_a2dp_connected(pri_ad, headset_mac_address): argument 612 if device["address"] == headset_mac_address: 617 def media_stream_check(pri_ad, duration, headset_mac_address): argument 631 if not is_a2dp_connected(pri_ad, headset_mac_address): 655 def music_play_and_check(pri_ad, headset_mac_address, music_to_play, duration): argument 680 if not media_stream_check(pri_ad, stream_time, headset_mac_address): 688 def music_play_and_check_via_app(pri_ad, headset_mac_address, duration=5): argument 708 if not media_stream_check(pri_ad, stream_time, headset_mac_address): 759 def pair_and_connect_headset(pri_ad, headset_mac_address, profile_to_connect, retry=5): argument 775 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_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 223 headset_mac_address = headset.mac_address 238 android.droid.bluetoothDiscoverAndBond(headset_mac_address) 243 android.droid.bluetoothConnectBonded(headset_mac_address) 246 android.droid.bluetoothA2dpConnect(headset_mac_address)
|