Searched defs:trans_type (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/hid/
H A Dhidh_conn.c883 tHID_STATUS hidh_conn_snd_data (UINT8 dhandle, UINT8 trans_type, UINT8 param, argument
909 switch( trans_type )
929 if( trans_type == HID_TRANS_SET_IDLE )
931 else if( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) )
965 *p_out++ = HID_BUILD_HDR(trans_type, param);
968 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) )
999 trans_type = HID_TRANS_DATAC;
1002 trans_type = HID_TRANS_DATAC;

Completed in 45 milliseconds