Searched refs:HID_CHANNEL_INTR (Results 1 – 3 of 3) sorted by relevance
29 HID_CHANNEL_INTR, enumerator
365 if (channel == HID_CHANNEL_INTR && type == HID_PAR_REP_TYPE_INPUT) { in HID_DevSendReport()367 …return hidd_conn_send_data(HID_CHANNEL_INTR, HID_TRANS_DATA, HID_PAR_REP_TYPE_INPUT, id, len, p_da… in HID_DevSendReport()
369 channel = p_report->use_intr ? HID_CHANNEL_INTR : HID_CHANNEL_CTRL; in bta_hd_send_report_act()