Home
last modified time | relevance | path

Searched refs:HID_CHANNEL_INTR (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhidd_api.h29 HID_CHANNEL_INTR, enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c365 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()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c369 channel = p_report->use_intr ? HID_CHANNEL_INTR : HID_CHANNEL_CTRL; in bta_hd_send_report_act()