Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/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.py917 hid_keyboard_report(key))
920 hid_keyboard_report("00"))
923 def hid_keyboard_report(key, modifier="00"): function