Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhiddefs.h99 #define HID_TRANS_GET_REPORT (4) macro
/system/bt/bta/hh/
Dbta_hh_api.cc182 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_REPORT, param, buf_size, in BTA_HhGetReport()
Dbta_hh_main.cc224 cback_event = (p_data->api_sndcmd.t_type - HID_TRANS_GET_REPORT) + in bta_hh_sm_execute()
Dbta_hh_act.cc1018 (p_data->api_sndcmd.t_type - HID_TRANS_GET_REPORT) + BTA_HH_GET_RPT_EVT; in bta_hh_write_dev_act()
1047 case HID_TRANS_GET_REPORT: in bta_hh_write_dev_act()
Dbta_hh_le.cc1875 case HID_TRANS_GET_REPORT: in bta_hh_le_write_dev_act()
/system/bt/stack/hid/
Dhidh_conn.cc755 case HID_TRANS_GET_REPORT: in hidh_conn_snd_data()
774 else if ((trans_type == HID_TRANS_GET_REPORT) && (param & 0x08)) in hidh_conn_snd_data()
805 if ((trans_type == HID_TRANS_GET_REPORT) && (report_id != 0)) { in hidh_conn_snd_data()
Dhidd_conn.cc450 case HID_TRANS_GET_REPORT: in hidd_l2cif_data_ind()