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.test_utils.bt.bt_test_utils import hid_keyboard_report
171 host_id, 1, 1, hid_keyboard_report("04"))
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py975 hid_keyboard_report(key))
978 hid_keyboard_report("00"))
981 def hid_keyboard_report(key, modifier="00"): function