Searched refs:hidreport (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hh.cc | 192 uint8_t hidreport[9]; in toggle_os_keylockstates() local 194 memset(hidreport, 0, 9); in toggle_os_keylockstates() 195 hidreport[0] = 1; in toggle_os_keylockstates() 200 hidreport[reportIndex++] = (uint8_t)HID_REPORT_CAPSLOCK; in toggle_os_keylockstates() 205 hidreport[reportIndex++] = (uint8_t)HID_REPORT_NUMLOCK; in toggle_os_keylockstates() 210 hidreport[reportIndex++] = (uint8_t)HID_REPORT_SCROLLLOCK; in toggle_os_keylockstates() 216 __func__, hidreport[0], hidreport[1], hidreport[2]); in toggle_os_keylockstates() 217 BTIF_TRACE_DEBUG("%s: %x %x %x", __func__, hidreport[3], hidreport[4], in toggle_os_keylockstates() 218 hidreport[5]); in toggle_os_keylockstates() 219 BTIF_TRACE_DEBUG("%s: %x %x %x", __func__, hidreport[6], hidreport[7], in toggle_os_keylockstates() [all …]
|