Searched refs:BTA_HH_MAX_RPT_CHARS (Results 1 – 2 of 2) sorted by relevance
42 #define BTA_HH_MAX_RPT_CHARS 8 macro269 UINT8 this_report[BTA_HH_MAX_RPT_CHARS]; 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()285 memset (this_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()310 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++) in bta_hh_parse_keybd_rpt()343 memset (p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()372 if (report_len > BTA_HH_MAX_RPT_CHARS) in bta_hh_parse_mice_rpt()373 report_len = BTA_HH_MAX_RPT_CHARS; in bta_hh_parse_mice_rpt()
38 #define BTA_HH_MAX_RPT_CHARS 8 macro294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS];