• Home
  • Raw
  • Download

Lines Matching refs:rpt_id

280             p_rpt->rpt_id,  in bta_hh_le_hid_report_dbg()
559 tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_find_rpt_by_idtype() argument
565 APPL_TRACE_DEBUG("bta_hh_le_find_rpt_by_idtype: r_type: %d rpt_id: %d", r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype()
570 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()
634 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID; in bta_hh_le_find_alloc_report_entry()
637 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID; in bta_hh_le_find_alloc_report_entry()
710 STREAM_TO_UINT8(p_rpt->rpt_id, pp); in bta_hh_le_save_rpt_ref()
717 APPL_TRACE_DEBUG("%s: report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_save_rpt_ref()
720 rpt_entry.rpt_id = p_rpt->rpt_id; in bta_hh_le_save_rpt_ref()
805 APPL_TRACE_DEBUG("%s ---> Deregister Report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_register_input_notif()
813 … APPL_TRACE_DEBUG("%s <--- Register Boot Report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_register_input_notif()
825 … APPL_TRACE_DEBUG("%s ---> Deregister Boot Report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_register_input_notif()
832 APPL_TRACE_DEBUG("%s <--- Register Report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_register_input_notif()
861 APPL_TRACE_DEBUG("%s ---> Deregister Report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_deregister_input_notif()
869 APPL_TRACE_DEBUG("%s ---> Deregister Boot Report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_deregister_input_notif()
1709 UINT8_TO_STREAM(pp, p_rpt->rpt_id); in bta_hh_le_proc_get_rpt_cmpl()
2170 APPL_TRACE_DEBUG("Notification received on report ID: %d", p_rpt->rpt_id); in bta_hh_le_input_rpt_notify()
2173 if (p_rpt->rpt_id != 0) in bta_hh_le_input_rpt_notify()
2177 p_buf[0] = p_rpt->rpt_id; in bta_hh_le_input_rpt_notify()
2307 void bta_hh_le_get_rpt(tBTA_HH_DEV_CB *p_cb, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_get_rpt() argument
2309 …H_LE_RPT *p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt()
2334 UINT8 *p_value, rpt_id; in bta_hh_le_write_rpt() local
2344 STREAM_TO_UINT8(rpt_id, p_value); in bta_hh_le_write_rpt()
2347 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_write_rpt()
2410 p_data->api_sndcmd.rpt_id); in bta_hh_le_write_dev_act()
2688 void bta_hh_le_hid_read_rpt_clt_cfg(BD_ADDR bd_addr, UINT8 rpt_id) in bta_hh_le_hid_read_rpt_clt_cfg() argument
2703 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, BTA_HH_RPTT_INPUT, rpt_id); in bta_hh_le_hid_read_rpt_clt_cfg()