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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 42 #define BTA_HH_MAX_RPT_CHARS 8
269 UINT8 this_report[BTA_HH_MAX_RPT_CHARS];
282 if (report_len > BTA_HH_MAX_RPT_CHARS)
283 report_len = BTA_HH_MAX_RPT_CHARS;
285 memset (this_report, 0, BTA_HH_MAX_RPT_CHARS);
310 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++)
343 memset (p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS);
372 if (report_len > BTA_HH_MAX_RPT_CHARS)
373 report_len = BTA_HH_MAX_RPT_CHARS;
bta_hh_int.h 38 #define BTA_HH_MAX_RPT_CHARS 8
294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS];

Completed in 94 milliseconds