Searched refs:report_id (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/include/ |
D | bta_hd_api.h | 92 uint8_t report_id; member 98 uint8_t report_id; member 106 uint8_t report_id; member
|
/system/bt/bta/hd/ |
D | bta_hd_act.cc | 375 uint8_t report_id; in bta_hd_send_report_act() local 380 report_id = in bta_hd_send_report_act() 383 HID_DevSendReport(channel, p_report->type, report_id, p_report->len, in bta_hd_send_report_act() 518 ret.report_id = *p_buf; in bta_hd_intr_data_act() 523 ret.report_id = 0; in bta_hd_intr_data_act() 567 ret.report_id = *p_buf; in bta_hd_get_report_act() 616 ret.report_id = *p_buf; in bta_hd_set_report_act() 621 ret.report_id = 0; in bta_hd_set_report_act()
|
/system/bt/stack/include/ |
D | hidh_api.h | 176 uint8_t report_id, BT_HDR* pbuf);
|
/system/bt/include/hardware/ |
D | bt_hd.h | 73 typedef void (*bthd_intr_data_callback)(uint8_t report_id, uint16_t len,
|
/system/bt/btif/src/ |
D | btif_hd.cc | 234 p_data->get_report.report_id, p_data->get_report.buffer_size); in btif_hd_upstreams_evt() 239 p_data->set_report.report_id, p_data->set_report.len, in btif_hd_upstreams_evt() 248 HAL_CBACK(bt_hd_callbacks, intr_data_cb, p_data->intr_data.report_id, in btif_hd_upstreams_evt()
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 412 uint16_t data, uint8_t report_id, BT_HDR* pbuf) { in HID_HostWriteDev() argument 435 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
|
D | hidh_conn.cc | 876 uint8_t param, uint16_t data, uint8_t report_id, in hidh_conn_snd_data() argument 952 if ((trans_type == HID_TRANS_GET_REPORT) && (report_id != 0)) { in hidh_conn_snd_data() 953 *p_out = report_id; in hidh_conn_snd_data()
|