Home
last modified time | relevance | path

Searched refs:hid_keyboard_report (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/hid/
DHidDeviceTest.py26 from acts_contrib.test_utils.bt.bt_test_utils import hid_keyboard_report
171 host_id, 1, 1, hid_keyboard_report("04"))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py1057 hid_keyboard_report(key))
1060 hid_keyboard_report("00"))
1063 def hid_keyboard_report(key, modifier="00"): function