Searched refs:headset (Results 1 – 3 of 3) sorted by relevance
196 def connect_phone_to_headset(android, headset, timeout=bt_default_timeout, argument213 connected = is_a2dp_src_device_connected(android, headset.mac_address)219 if headset.mac_address not in [info["address"] for info in bonded_info]:221 headset.enter_pairing_mode()223 android.droid.bluetoothDiscoverAndBond(headset.mac_address)225 android.droid.bluetoothConnectBonded(headset.mac_address)229 connected = is_a2dp_src_device_connected(android, headset.mac_address)
294 // Statistics about headset profile connections296 // Type of headset profile connected299 // Number of times this type of headset profile is connected
25 from acts.controllers.relay_lib.headset import Headset