Home
last modified time | relevance | path

Searched refs:HID_TRANS_GET_REPORT (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhiddefs.h73 #define HID_TRANS_GET_REPORT (4) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c855 case HID_TRANS_GET_REPORT: in hidh_conn_snd_data()
874 } else if ( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) ) { in hidh_conn_snd_data()
910 if ( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) ) { in hidh_conn_snd_data()
Dhidd_conn.c516 case HID_TRANS_GET_REPORT: in hidd_l2cif_data_ind()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_api.c211 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_REPORT, param, in BTA_HhGetReport()
Dbta_hh_act.c1083 case HID_TRANS_GET_REPORT: in bta_hh_write_dev_act()
Dbta_hh_le.c2511 case HID_TRANS_GET_REPORT: in bta_hh_le_write_dev_act()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h83 #define BTA_HH_FST_BTE_TRANS_EVT HID_TRANS_GET_REPORT