Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS20 Note: Replace all occurances of <mac_addr> with the PTS MAC address for easy copy paste code.
36 Current addr: <mac_addr>
56 connect_mcl <mac_addr> 1003 0
58 create_mdl <mac_addr> 1 1005 1 1 0
59 create_mdl <mac_addr> 1 1005 2 1 0
60 create_mdl <mac_addr> 1 1005 3 1 0
61 create_mdl <mac_addr> 1 1005 4 1 0
78 connect_mcl <mac_addr> 1003 0
80 create_mdl <mac_addr> 1 1005 1 1 0
81 create_mdl <mac_addr> 1 1005 2 1 0
[all …]
/tools/test/connectivity/acts/tests/google/net/
DApfCountersTest.py125 mac_addr = self.dut.droid.wifiGetConnectionInfo()['mac_address']
126 self.log.info("mac_addr %s" % mac_addr)
133 ap.send_ra('wlan1', mac_addr, 0, 1)
146 ap.send_ra('wlan1', mac_addr, interval=INTERVAL, count=count)
157 ap.send_ra('wlan1', mac_addr, interval=INTERVAL, count=1)
179 mac_addr = self.dut.droid.wifiGetConnectionInfo()['mac_address']
180 self.log.info("mac_addr %s" % mac_addr)
188 ap.send_ra('wlan1', mac_addr, 0, 1, rtt=rtt)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Drfcomm_lib.py33 def set_target_mac_addr(self, mac_addr): argument
34 self.target_mac_addr = mac_addr
Dbta_lib.py33 def set_target_mac_addr(self, mac_addr): argument
34 self.target_mac_addr = mac_addr
/tools/test/connectivity/acts/tests/google/bt/pts/
Dcmd_input.py42 ad.droid.bluetoothHspConnect(self.mac_addr)
49 ad.droid.bluetoothConnectBonded(self.mac_addr)
60 def setup_vars(self, android_devices, mac_addr, log): argument
68 self.mac_addr = mac_addr
70 self.pri_dut.bta.set_target_mac_addr(mac_addr)
71 self.pri_dut.gattc.set_target_mac_addr(mac_addr)
72 self.pri_dut.rfcomm.set_target_mac_addr(mac_addr)
73 self.bt_carkit_lib = E2eBtCarkitLib(self.log, mac_addr)
939 self.pri_dut.droid.bluetoothHspStartVoiceRecognition(self.mac_addr)
942 self.pri_dut.droid.bluetoothHspStopVoiceRecognition(self.mac_addr)
[all …]