Home
last modified time | relevance | path

Searched refs:trans_type (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/hid/
Dhidh_conn.c865 tHID_STATUS hidh_conn_snd_data (UINT8 dhandle, UINT8 trans_type, UINT8 param, in hidh_conn_snd_data() argument
893 switch( trans_type ) in hidh_conn_snd_data()
913 if( trans_type == HID_TRANS_SET_IDLE ) in hidh_conn_snd_data()
915 else if( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) ) in hidh_conn_snd_data()
951 *p_out++ = HID_BUILD_HDR(trans_type, param); in hidh_conn_snd_data()
954 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) ) in hidh_conn_snd_data()
985 trans_type = HID_TRANS_DATAC; in hidh_conn_snd_data()
988 trans_type = HID_TRANS_DATAC; in hidh_conn_snd_data()
Dhidh_int.h66 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \