Home | History | Annotate | Download | only in src

Lines Matching refs:report

261  * Description      Sends a report to the keyboard to set the lock states of
266 uint8_t len = 2; /* reportid + 1 byte report*/
269 uint8_t data[] = {0x01, /* report id */
272 /* Set report for other keyboards */
273 BTIF_TRACE_EVENT("%s: setting report on dev_handle %d to 0x%x", __func__,
306 If so, send a report to the kernel
311 "%s: Sending hid report to kernel "
318 "%s: NOT sending hid report to kernel "
665 uint16_t size, uint8_t* report) {
666 BT_HDR* p_buf = create_pbuf(size, report);
910 ? "Report Mode"
1503 bthh_report_type_t reportType, char* report) {
1533 size_t len = (strlen(report) + 1) / 2;
1538 hex_bytes_filled = ascii_2_hex(report, len, hexbuf);