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/ |
D | hidd_api.h | 30 HID_CHANNEL_CTRL enumerator
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/ |
D | hidd_api.c | 361 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()
|
D | hidd_conn.c | 519 …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/ |
D | bta_hd_act.c | 369 channel = p_report->use_intr ? HID_CHANNEL_INTR : HID_CHANNEL_CTRL; in bta_hd_send_report_act()
|