Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c42 #define BTA_HH_MAX_RPT_CHARS 8 macro
264 UINT8 this_report[BTA_HH_MAX_RPT_CHARS]; in bta_hh_parse_keybd_rpt()
278 if (report_len > BTA_HH_MAX_RPT_CHARS) { in bta_hh_parse_keybd_rpt()
279 report_len = BTA_HH_MAX_RPT_CHARS; in bta_hh_parse_keybd_rpt()
282 memset (this_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()
302 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++) { in bta_hh_parse_keybd_rpt()
334 memset (p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()
364 if (report_len > BTA_HH_MAX_RPT_CHARS) { in bta_hh_parse_mice_rpt()
365 report_len = BTA_HH_MAX_RPT_CHARS; in bta_hh_parse_mice_rpt()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h38 #define BTA_HH_MAX_RPT_CHARS 8 macro
281 UINT8 last_report[BTA_HH_MAX_RPT_CHARS];