Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py196 def connect_phone_to_headset(android, headset, timeout=bt_default_timeout, argument
213 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)
Dbluetooth.proto294 // Statistics about headset profile connections
296 // Type of headset profile connected
299 // Number of times this type of headset profile is connected
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Drelay_rig.py25 from acts.controllers.relay_lib.headset import Headset