Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/hid/
DHidDeviceTest.py109 device_id = self.device_ad.droid.bluetoothGetLocalAddress()
111 self.host_ad.droid.bluetoothConnectBonded(device_id)
119 device_id, 1, bt_constants.hid_default_set_report_payload)
130 self.host_ad.droid.bluetoothHidGetReport(device_id, 1, 1, 1024)
141 self.host_ad.droid.bluetoothHidSetProtocolMode(device_id, 1)
152 self.host_ad.droid.bluetoothHidSendData(device_id, "It's a report")
215 device_id = self.device_ad.droid.bluetoothGetLocalAddress()
217 self.host_ad.droid.bluetoothConnectBonded(device_id)
228 self.host_ad.droid.bluetoothHidVirtualUnplug(device_id)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dota_chamber.py87 self.device_id = self.config['device_id']
89 self.device_id))
123 self.device_id = self.config['device_id']
125 self.device_id))
128 self.device_id))
134 self.device_id,
/tools/test/connectivity/acts/tests/google/fuchsia/bt/
Dcmd_input.py1293 def do_btc_connect_device_by_id(self, device_id): argument
1306 result = self.pri_dut.btc_lib.connectDevice(device_id)