Lines Matching full:report
198 ** r_type: report type, could be BTA_HH_RPTT_OUTPUT or
299 ** the data to be write into the Output Report of a LE HID
300 ** device. The report is identified the report ID which is
302 ** p_data->layer_specific needs to be set to the report type,
303 ** it can be OUTPUT report, or FEATURE report.
314 APPL_TRACE_ERROR("ERROR! Wrong report type! Write Command only valid for output report!");
325 ** Description Get HID device report descriptor
426 ** report host.
458 ** Description This utility function parse a boot mode report.
459 ** For keyboard report, report data will carry the keycode max
460 ** up to 6 key press in one report. Application need to convert
474 /* first byte is report ID */
477 case BTA_HH_KEYBD_RPT_ID: /* key board report ID */
482 case BTA_HH_MOUSE_RPT_ID: /* mouse report ID */
488 APPL_TRACE_DEBUG("Unknown boot report: %d", p_report[0]);;