Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_utils.c262 UINT16 report_len) in bta_hh_parse_keybd_rpt() argument
273 p_report, report_len); in bta_hh_parse_keybd_rpt()
276 if (report_len < 2) in bta_hh_parse_keybd_rpt()
280 report_len--; in bta_hh_parse_keybd_rpt()
282 if (report_len > BTA_HH_MAX_RPT_CHARS) in bta_hh_parse_keybd_rpt()
283 report_len = BTA_HH_MAX_RPT_CHARS; in bta_hh_parse_keybd_rpt()
287 memcpy (this_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
308 for (xx = 0; xx < report_len; xx++) in bta_hh_parse_keybd_rpt()
321 for (xx = 0; xx < report_len; xx++) in bta_hh_parse_keybd_rpt()
344 memcpy (p_kb->last_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
[all …]
Dbta_hh_api.c468 UINT16 report_len) in BTA_HhParseBootRpt() argument
479 bta_hh_parse_keybd_rpt(p_data, p_report + 1, (UINT16)(report_len -1)); in BTA_HhParseBootRpt()
484 bta_hh_parse_mice_rpt(p_data, p_report + 1, (UINT16)(report_len - 1)); in BTA_HhParseBootRpt()
Dbta_hh_int.h357 UINT8 *p_report, UINT16 report_len);
359 UINT8 *p_report, UINT16 report_len);
/system/bt/bta/include/
Dbta_hh_api.h534 UINT16 report_len);