Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c264 UINT8 this_report[BTA_HH_MAX_RPT_CHARS]; in bta_hh_parse_keybd_rpt() local
282 memset (this_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()
284 memcpy (this_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
303 if (this_report[xx] == p_kb->last_report[yy]) { in bta_hh_parse_keybd_rpt()
304 this_report[xx] = 0; in bta_hh_parse_keybd_rpt()
313 APPL_TRACE_DEBUG("this_char = %02x", this_report[xx]); in bta_hh_parse_keybd_rpt()
315 if ((this_char = this_report[xx]) == 0) { in bta_hh_parse_keybd_rpt()
319 if (this_report[xx] == BTA_HH_KB_CAPS_LOCK) { in bta_hh_parse_keybd_rpt()
321 } else if (this_report[xx] == BTA_HH_KB_NUM_LOCK) { in bta_hh_parse_keybd_rpt()
328 APPL_TRACE_DEBUG("found keycode %02x ", this_report[xx]); in bta_hh_parse_keybd_rpt()