Searched refs:hidreport (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_hh.cc | 159 uint8_t hidreport[9]; in toggle_os_keylockstates() local 162 hidreport[0] = 1; in toggle_os_keylockstates() 183 __func__, hidreport[0], hidreport[1], hidreport[2]); in toggle_os_keylockstates() 184 BTIF_TRACE_DEBUG("%s: %x %x %x", __func__, hidreport[3], hidreport[4], in toggle_os_keylockstates() 186 BTIF_TRACE_DEBUG("%s: %x %x %x", __func__, hidreport[6], hidreport[7], in toggle_os_keylockstates() 188 bta_hh_co_write(fd, hidreport, sizeof(hidreport)); in toggle_os_keylockstates() 191 hidreport[0] = 1; in toggle_os_keylockstates() 195 __func__, hidreport[0], hidreport[1], hidreport[2]); in toggle_os_keylockstates() 196 BTIF_TRACE_DEBUG("%s: %x %x %x", __func__, hidreport[3], hidreport[4], in toggle_os_keylockstates() 198 BTIF_TRACE_DEBUG("%s: %x %x %x ", __func__, hidreport[6], hidreport[7], in toggle_os_keylockstates() [all …]
|