Home
last modified time | relevance | path

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

/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py26 def connect_bluetooth_module_full_flow(bt_adapter, target_mac_address, argument
59 return bt_adapter.has_device(target_mac_address)
70 target_mac_address)
72 pair_legacy_bluetooth_module(bt_adapter, target_mac_address)
75 if not bt_adapter.disconnect_device(target_mac_address):
78 target_mac_address)
82 connect_bluetooth_module(bt_adapter, target_mac_address)
84 logging.info('Bluetooth module at %s is connected', target_mac_address)
87 def connect_bluetooth_module(bt_adapter, target_mac_address, argument
103 success = bt_adapter.connect_device(target_mac_address)
[all …]