Searched refs:host_id (Results 1 – 2 of 2) 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/test_utils/bt/ |
D | bt_test_utils.py | 964 def hid_device_send_key_data_report(host_id, device_ad, key, interval=1): argument 974 device_ad.droid.bluetoothHidDeviceSendReport(host_id, hid_id_keyboard, 977 device_ad.droid.bluetoothHidDeviceSendReport(host_id, hid_id_keyboard,
|