Home
last modified time | relevance | path

Searched refs:HID_CHANNEL_CTRL (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhidd_api.h30 HID_CHANNEL_CTRL enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c361 if (channel == HID_CHANNEL_CTRL) { in HID_DevSendReport()
362 return hidd_conn_send_data(HID_CHANNEL_CTRL, HID_TRANS_DATA, type, id, len, p_data); in HID_DevSendReport()
386 …return hidd_conn_send_data(HID_CHANNEL_CTRL, HID_TRANS_CONTROL, HID_PAR_CONTROL_VIRTUAL_CABLE_UNPL… in HID_DevVirtualCableUnplug()
Dhidd_conn.c519 …hidd_conn_send_data(HID_CHANNEL_CTRL, HID_TRANS_DATA, HID_PAR_REP_TYPE_OTHER, hd_cb.device.idle_ti… in hidd_l2cif_data_ind()
543 …hidd_conn_send_data(HID_CHANNEL_CTRL, HID_TRANS_DATA, HID_PAR_REP_TYPE_OTHER, !hd_cb.device.boot_m… in hidd_l2cif_data_ind()
724 if (channel == HID_CHANNEL_CTRL) { in hidd_conn_send_data()
/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()