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

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c259 UINT8 this_report[BTA_HH_MAX_RPT_CHARS]; local
275 memset (this_report, 0, BTA_HH_MAX_RPT_CHARS);
277 memcpy (this_report, p_report, report_len);
302 if (this_report[xx] == p_kb->last_report[yy])
304 this_report[xx] = 0;
314 APPL_TRACE_DEBUG1("this_char = %02x", this_report[xx]);
316 if ((this_char = this_report[xx]) == 0)
319 if (this_report[xx] == BTA_HH_KB_CAPS_LOCK)
321 else if (this_report[xx] == BTA_HH_KB_NUM_LOCK)
327 APPL_TRACE_DEBUG1("found keycode %02x ", this_report[x
[all...]

Completed in 131 milliseconds