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.py24 def connect_bluetooth_module_full_flow(bt_adapter, target_mac_address, argument
57 return bt_adapter.has_device(target_mac_address)
65 target_mac_address)
67 pair_legacy_bluetooth_module(bt_adapter, target_mac_address)
70 if not bt_adapter.disconnect_device(target_mac_address):
73 target_mac_address)
76 connect_bluetooth_module(bt_adapter, target_mac_address)
78 logging.info('Bluetooth module at %s is connected', target_mac_address)
81 def connect_bluetooth_module(bt_adapter, target_mac_address, argument
96 success = bt_adapter.connect_device(target_mac_address)
[all …]