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.py32 def connect_bluetooth_module_full_flow(bt_adapter, target_mac_address, argument
66 return bt_adapter.has_device(target_mac_address)
78 target_mac_address)
80 pair_legacy_bluetooth_module(bt_adapter, target_mac_address)
83 if not bt_adapter.disconnect_device(target_mac_address):
86 target_mac_address)
90 connect_bluetooth_module(bt_adapter, target_mac_address)
92 logging.info('Bluetooth module at %s is connected', target_mac_address)
95 def connect_bluetooth_module(bt_adapter, target_mac_address, argument
111 success = bt_adapter.connect_device(target_mac_address)
[all …]