Lines Matching refs:rpt_id
108 p_rpt->rpt_id, p_rpt->srvc_inst_id, p_rpt->char_inst_id, in bta_hh_le_hid_report_dbg()
359 uint8_t rpt_id) { in bta_hh_le_find_rpt_by_idtype() argument
364 r_type, rpt_id); in bta_hh_le_find_rpt_by_idtype()
367 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()
424 p_rpt->rpt_id = BTA_HH_KEYBD_RPT_ID; in bta_hh_le_find_alloc_report_entry()
427 p_rpt->rpt_id = BTA_HH_MOUSE_RPT_ID; in bta_hh_le_find_alloc_report_entry()
501 STREAM_TO_UINT8(p_rpt->rpt_id, pp); in bta_hh_le_save_report_ref()
507 APPL_TRACE_DEBUG("%s: report ID: %d", __func__, p_rpt->rpt_id); in bta_hh_le_save_report_ref()
509 rpt_entry.rpt_id = p_rpt->rpt_id; in bta_hh_le_save_report_ref()
553 p_rpt->rpt_id); in bta_hh_le_register_input_notif()
561 p_rpt->rpt_id); in bta_hh_le_register_input_notif()
570 p_rpt->rpt_id); in bta_hh_le_register_input_notif()
576 p_rpt->rpt_id); in bta_hh_le_register_input_notif()
602 p_rpt->rpt_id); in bta_hh_le_deregister_input_notif()
609 p_rpt->rpt_id); in bta_hh_le_deregister_input_notif()
1554 APPL_TRACE_DEBUG("Notification received on report ID: %d", p_rpt->rpt_id); in bta_hh_le_input_rpt_notify()
1557 if (p_rpt->rpt_id != 0) { in bta_hh_le_input_rpt_notify()
1560 p_buf[0] = p_rpt->rpt_id; in bta_hh_le_input_rpt_notify()
1725 UINT8_TO_STREAM(pp, p_rpt->rpt_id); in read_report_cb()
1748 uint8_t rpt_id) { in bta_hh_le_get_rpt() argument
1750 p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_get_rpt()
1802 uint8_t rpt_id; in bta_hh_le_write_rpt() local
1811 STREAM_TO_UINT8(rpt_id, vec_start); in bta_hh_le_write_rpt()
1815 r_type, rpt_id); in bta_hh_le_write_rpt()
1877 p_data->api_sndcmd.rpt_id); in bta_hh_le_write_dev_act()
2093 p_rpt->rpt_id = p_rpt_cache->rpt_id; in bta_hh_process_cache_rpt()