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

/system/bt/bta/hh/
H A Dbta_hh_utils.cc41 #define BTA_HH_MAX_RPT_CHARS 8 macro
245 uint8_t this_report[BTA_HH_MAX_RPT_CHARS];
257 if (report_len > BTA_HH_MAX_RPT_CHARS) report_len = BTA_HH_MAX_RPT_CHARS;
259 memset(this_report, 0, BTA_HH_MAX_RPT_CHARS);
279 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++) {
309 memset(p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS);
338 if (report_len > BTA_HH_MAX_RPT_CHARS) report_len = BTA_HH_MAX_RPT_CHARS;
H A Dbta_hh_int.h37 #define BTA_HH_MAX_RPT_CHARS 8 macro
270 uint8_t last_report[BTA_HH_MAX_RPT_CHARS];

Completed in 17 milliseconds