Home
last modified time | relevance | path

Searched refs:BTA_HH_MAX_RPT_CHARS (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_utils.cc43 #define BTA_HH_MAX_RPT_CHARS 8 macro
247 uint8_t this_report[BTA_HH_MAX_RPT_CHARS]; in bta_hh_parse_keybd_rpt()
259 if (report_len > BTA_HH_MAX_RPT_CHARS) report_len = BTA_HH_MAX_RPT_CHARS; in bta_hh_parse_keybd_rpt()
261 memset(this_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()
281 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++) { in bta_hh_parse_keybd_rpt()
311 memset(p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()
340 if (report_len > BTA_HH_MAX_RPT_CHARS) report_len = BTA_HH_MAX_RPT_CHARS; in bta_hh_parse_mice_rpt()
Dbta_hh_int.h37 #define BTA_HH_MAX_RPT_CHARS 8 macro
270 uint8_t last_report[BTA_HH_MAX_RPT_CHARS];