Home | History | Annotate | Download | only in src

Lines Matching full:report

253 ** Description      Sends a report to the keyboard to set the lock states of keys
258 UINT8 len = 2; /* reportid + 1 byte report*/
261 /* Set report for other keyboards */
262 BTIF_TRACE_EVENT3("%s: setting report on dev_handle %d to 0x%x",
279 pbuf_data[0]=0x01; /*report id */
305 If so, send a report to the kernel
310 BTIF_TRACE_DEBUG2("%s: Sending hid report to kernel "\
318 BTIF_TRACE_DEBUG2("%s: NOT sending hid report to kernel "\
724 UINT8* report)
744 hexbuf[i] = report[i];
903 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report Mode" :
1585 static bt_status_t set_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report)
1616 UINT16 len = (strlen(report) + 1) / 2;
1633 hex_bytes_filled = ascii_2_hex(report, len, hexbuf);