Searched defs:report_len (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/hh/
H A Dbta_hh_api.c468 UINT16 report_len)
479 bta_hh_parse_keybd_rpt(p_data, p_report + 1, (UINT16)(report_len -1));
484 bta_hh_parse_mice_rpt(p_data, p_report + 1, (UINT16)(report_len - 1));
467 BTA_HhParseBootRpt(tBTA_HH_BOOT_RPT *p_data, UINT8 *p_report, UINT16 report_len) argument
H A Dbta_hh_utils.c262 UINT16 report_len)
272 APPL_TRACE_DEBUG("bta_hh_parse_keybd_rpt: (report=%p, report_len=%d) called",
273 p_report, report_len);
276 if (report_len < 2)
280 report_len--;
282 if (report_len > BTA_HH_MAX_RPT_CHARS)
283 report_len = BTA_HH_MAX_RPT_CHARS;
287 memcpy (this_report, p_report, report_len);
308 for (xx = 0; xx < report_len; xx++)
321 for (xx = 0; xx < report_len; x
261 bta_hh_parse_keybd_rpt(tBTA_HH_BOOT_RPT *p_kb_data, UINT8 *p_report, UINT16 report_len) argument
358 bta_hh_parse_mice_rpt(tBTA_HH_BOOT_RPT *p_mice_data, UINT8 *p_report, UINT16 report_len) argument
[all...]

Completed in 127 milliseconds