Home
last modified time | relevance | path

Searched refs:HID_TRANS_CONTROL (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhiddefs.h72 #define HID_TRANS_CONTROL (1) macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_main.c323 p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) { in bta_hh_sm_execute()
327 } else if (p_data->api_sndcmd.t_type == HID_TRANS_CONTROL && in bta_hh_sm_execute()
Dbta_hh_act.c1067 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) { in bta_hh_write_dev_act()
1100 case HID_TRANS_CONTROL: in bta_hh_write_dev_act()
1117 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) { in bta_hh_write_dev_act()
Dbta_hh_api.c279 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (UINT8)c_type, 0, 0, NULL); in BTA_HhSendCtrl()
Dbta_hh_le.c2536 case HID_TRANS_CONTROL: in bta_hh_le_write_dev_act()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c552 case HID_TRANS_CONTROL: in hidd_l2cif_data_ind()
719 case HID_TRANS_CONTROL: in hidd_conn_send_data()
Dhidh_conn.c782 case HID_TRANS_CONTROL: in hidh_l2cif_data_ind()
854 case HID_TRANS_CONTROL: in hidh_conn_snd_data()
Dhidd_api.c386 …return hidd_conn_send_data(HID_CHANNEL_CTRL, HID_TRANS_CONTROL, HID_PAR_CONTROL_VIRTUAL_CABLE_UNPL… in HID_DevVirtualCableUnplug()