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.c259 UINT16 report_len) in bta_hh_parse_keybd_rpt() argument
270 p_report, report_len); in bta_hh_parse_keybd_rpt()
273 if (report_len < 2) in bta_hh_parse_keybd_rpt()
277 report_len--; in bta_hh_parse_keybd_rpt()
279 if (report_len > BTA_HH_MAX_RPT_CHARS) in bta_hh_parse_keybd_rpt()
280 report_len = 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()
305 for (xx = 0; xx < report_len; xx++) in bta_hh_parse_keybd_rpt()
318 for (xx = 0; xx < report_len; xx++) in bta_hh_parse_keybd_rpt()
341 memcpy (p_kb->last_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
[all …]
Dbta_hh_api.c424 UINT16 report_len) in BTA_HhParseBootRpt() argument
435 bta_hh_parse_keybd_rpt(p_data, p_report + 1, (UINT16)(report_len -1)); in BTA_HhParseBootRpt()
440 bta_hh_parse_mice_rpt(p_data, p_report + 1, (UINT16)(report_len - 1)); in BTA_HhParseBootRpt()
Dbta_hh_int.h351 UINT8 *p_report, UINT16 report_len);
353 UINT8 *p_report, UINT16 report_len);
/system/bt/bta/include/
Dbta_hh_api.h534 UINT16 report_len);