Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_utils.cc247 uint8_t this_report[BTA_HH_MAX_RPT_CHARS]; in bta_hh_parse_keybd_rpt() local
261 memset(this_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()
263 memcpy(this_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
282 if (this_report[xx] == p_kb->last_report[yy]) { in bta_hh_parse_keybd_rpt()
283 this_report[xx] = 0; in bta_hh_parse_keybd_rpt()
292 APPL_TRACE_DEBUG("this_char = %02x", this_report[xx]); in bta_hh_parse_keybd_rpt()
294 this_char = this_report[xx]; in bta_hh_parse_keybd_rpt()
297 if (this_report[xx] == BTA_HH_KB_CAPS_LOCK) in bta_hh_parse_keybd_rpt()
299 else if (this_report[xx] == BTA_HH_KB_NUM_LOCK) in bta_hh_parse_keybd_rpt()
305 APPL_TRACE_DEBUG("found keycode %02x ", this_report[xx]); in bta_hh_parse_keybd_rpt()