Home
last modified time | relevance | path

Searched refs:bt_adapter (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py26 def connect_bluetooth_module_full_flow(bt_adapter, target_mac_address, argument
41 if not bt_adapter.reset_on():
48 if not bt_adapter.start_discovery():
59 return bt_adapter.has_device(target_mac_address)
69 pair_legacy_bluetooth_module(bt_adapter, target_mac_address)
72 if not bt_adapter.disconnect_device(target_mac_address):
79 connect_bluetooth_module(bt_adapter, target_mac_address)
84 def connect_bluetooth_module(bt_adapter, target_mac_address, argument
100 success = bt_adapter.connect_device(target_mac_address)
116 def pair_legacy_bluetooth_module(bt_adapter, target_mac_address, pin=_PIN, argument
[all …]
Daudio_widget_link.py476 def __init__(self, bt_adapter, audio_board_bt_ctrl, mac_address): argument
487 self._bt_adapter = bt_adapter