Searched defs:report_len (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/hh/
H A Dbta_hh_api.cc386 uint16_t report_len) {
395 (uint16_t)(report_len - 1));
400 bta_hh_parse_mice_rpt(p_data, p_report + 1, (uint16_t)(report_len - 1));
385 BTA_HhParseBootRpt(tBTA_HH_BOOT_RPT* p_data, uint8_t* p_report, uint16_t report_len) argument
H A Dbta_hh_utils.cc239 uint16_t report_len) {
248 APPL_TRACE_DEBUG("bta_hh_parse_keybd_rpt: (report=%p, report_len=%d) called",
249 p_report, report_len);
252 if (report_len < 2) return;
255 report_len--;
257 if (report_len > BTA_HH_MAX_RPT_CHARS) report_len = BTA_HH_MAX_RPT_CHARS;
261 memcpy(this_report, p_report, report_len);
278 for (xx = 0; xx < report_len; xx++) {
288 for (xx = 0; xx < report_len; x
238 bta_hh_parse_keybd_rpt(tBTA_HH_BOOT_RPT* p_kb_data, uint8_t* p_report, uint16_t report_len) argument
324 bta_hh_parse_mice_rpt(tBTA_HH_BOOT_RPT* p_mice_data, uint8_t* p_report, uint16_t report_len) argument
[all...]

Completed in 65 milliseconds