Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dhidh_api.h176 UINT8 report_id, BT_HDR *pbuf);
/system/bt/stack/hid/
Dhidh_api.c442 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) in HID_HostWriteDev() argument
470 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ; in HID_HostWriteDev()
Dhidh_conn.c866 UINT16 data, UINT8 report_id, BT_HDR *buf) in hidh_conn_snd_data() argument
954 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) ) in hidh_conn_snd_data()
956 *p_out = report_id; in hidh_conn_snd_data()