Home
last modified time | relevance | path

Searched refs:rpt_id (Results 1 – 9 of 9) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_api.cc144 uint8_t param, uint16_t data, uint8_t rpt_id, in bta_hh_snd_write_dev() argument
155 p_buf->rpt_id = rpt_id; in bta_hh_snd_write_dev()
186 uint8_t rpt_id, uint16_t buf_size) { in BTA_HhGetReport() argument
190 rpt_id, NULL); in BTA_HhGetReport()
Dbta_hh_le.cc268 p_rpt->rpt_id, p_rpt->srvc_inst_id, p_rpt->char_inst_id, in bta_hh_le_hid_report_dbg()
503 uint8_t rpt_id) { in bta_hh_le_find_rpt_by_idtype() argument
509 r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype()
513 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type) { in bta_hh_le_find_rpt_by_idtype()
570 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID; in bta_hh_le_find_alloc_report_entry()
573 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID; in bta_hh_le_find_alloc_report_entry()
653 STREAM_TO_UINT8(p_rpt->rpt_id, pp); in bta_hh_le_save_report_ref()
660 APPL_TRACE_DEBUG("%s: report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_save_report_ref()
663 rpt_entry.rpt_id = p_rpt->rpt_id; in bta_hh_le_save_report_ref()
708 p_rpt->rpt_id); in bta_hh_le_register_input_notif()
[all …]
Dbta_hh_int.h100 uint8_t rpt_id; member
181 uint8_t rpt_id; member
Dbta_hh_act.cc1025 p_data->api_sndcmd.rpt_id, in bta_hh_write_dev_act()
/system/bt/bta/include/
Dbta_hh_co.h31 uint8_t rpt_id; member
Dbta_hh_api.h391 uint8_t rpt_id, uint16_t buf_size);
512 extern void bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, uint8_t rpt_id);
/system/bt/stack/hid/
Dhidh_int.h65 uint8_t rpt_id, BT_HDR* buf);
/system/bt/stack/srvc/
Dsrvc_battery.cc316 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_id); in Battery_Rsp()
/system/bt/stack/include/
Dgatt_api.h265 uint8_t rpt_id; /* report ID */ member