Searched refs:hid_device_send_key_data_report (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/hid/ |
D | HidDeviceTest.py | 27 from acts.test_utils.bt.bt_test_utils import hid_device_send_key_data_report 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") 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): function
|