HomeSort by relevance Sort by last modified time
    Searched full:target_mac_address (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 26 def connect_bluetooth_module_full_flow(bt_adapter, target_mac_address,
32 @param target_mac_address: The MAC address of bluetooth module to be
56 matches target_mac_address. False otherwise.
59 return bt_adapter.has_device(target_mac_address)
67 target_mac_address)
69 pair_legacy_bluetooth_module(bt_adapter, target_mac_address)
72 if not bt_adapter.disconnect_device(target_mac_address):
75 target_mac_address)
79 connect_bluetooth_module(bt_adapter, target_mac_address)
81 logging.info('Bluetooth module at %s is connected', target_mac_address)
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/pts/
BtCmdLineTest.py 19 'target_mac_address': '00:00:00:00:00:00'
35 target_mac_address = "" variable in class:BtCmdLineTest
39 if not "target_mac_address" in self.user_params.keys():
41 "Missing mandatory user config \"target_mac_address\"!")
43 self.target_mac_address = self.user_params["target_mac_address"].upper()
88 cmd_line.setup_vars(self.android_devices, self.target_mac_address,

Completed in 188 milliseconds