HomeSort by relevance Sort by last modified time
    Searched refs:BTA_HH_MAX_RPT_CHARS (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/hh/
bta_hh_utils.c 42 #define BTA_HH_MAX_RPT_CHARS 8
266 UINT8 this_report[BTA_HH_MAX_RPT_CHARS];
279 if (report_len > BTA_HH_MAX_RPT_CHARS)
280 report_len = BTA_HH_MAX_RPT_CHARS;
282 memset (this_report, 0, BTA_HH_MAX_RPT_CHARS);
307 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++)
340 memset (p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS);
369 if (report_len > BTA_HH_MAX_RPT_CHARS)
370 report_len = BTA_HH_MAX_RPT_CHARS;
bta_hh_int.h 37 #define BTA_HH_MAX_RPT_CHARS 8
287 UINT8 last_report[BTA_HH_MAX_RPT_CHARS];

Completed in 252 milliseconds