Searched refs:report_id (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/include/ |
D | hidh_api.h | 176 UINT8 report_id, BT_HDR *pbuf);
|
/system/bt/stack/hid/ |
D | hidh_api.c | 442 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()
|
D | hidh_conn.c | 866 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()
|