Searched refs:HID_CHANNEL_INTR (Results 1 – 3 of 3) sorted by relevance
29 enum { HID_CHANNEL_INTR, HID_CHANNEL_CTRL }; enumerator
397 if (channel == HID_CHANNEL_INTR && type == HID_PAR_REP_TYPE_INPUT) { in HID_DevSendReport()399 return hidd_conn_send_data(HID_CHANNEL_INTR, HID_TRANS_DATA, in HID_DevSendReport()
379 channel = p_report->use_intr ? HID_CHANNEL_INTR : HID_CHANNEL_CTRL; in bta_hd_send_report_act()