Searched refs:host_id (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/hid/ |
D | HidDeviceTest.py | 108 host_id = self.host_ad.droid.bluetoothGetLocalAddress() 163 hid_device_send_key_data_report(host_id, self.device_ad, "04") 164 hid_device_send_key_data_report(host_id, self.device_ad, "05") 167 self.device_ad.droid.bluetoothHidDeviceReportError(host_id, 1) 171 host_id, 1, 1, hid_keyboard_report("04")) 214 host_id = self.host_ad.droid.bluetoothGetLocalAddress() 224 hid_device_send_key_data_report(host_id, self.device_ad, "04") 225 hid_device_send_key_data_report(host_id, self.device_ad, "05")
|
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | network_settings.py | 474 net_id, host_id = self.l2tp.address.rsplit(".", 1) 479 (net_id, host_id, net_id, 480 str(int(host_id)+ip_range)))
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 970 def hid_device_send_key_data_report(host_id, device_ad, key, interval=1): argument 980 device_ad.droid.bluetoothHidDeviceSendReport(host_id, hid_id_keyboard, 983 device_ad.droid.bluetoothHidDeviceSendReport(host_id, hid_id_keyboard,
|