Searched refs:rpt_type (Results 1 – 5 of 5) sorted by relevance
33 tBTA_HH_RPT_TYPE rpt_type; member
279 ((p_rpt->rpt_type < 4) ? bta_hh_le_rpt_name[p_rpt->rpt_type] : "UNKNOWN"), in bta_hh_le_hid_report_dbg()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()631 p_rpt->rpt_type = (tBTA_HH_RPT_TYPE)bta_hh_uuid_to_rtp_type[i][1]; in bta_hh_le_find_alloc_report_entry()711 STREAM_TO_UINT8(p_rpt->rpt_type, pp); in bta_hh_le_save_rpt_ref()713 if (p_rpt->rpt_type > BTA_HH_RPTT_FEATURE) /* invalid report type */ in bta_hh_le_save_rpt_ref()714 p_rpt->rpt_type = BTA_HH_RPTT_RESRV; in bta_hh_le_save_rpt_ref()721 rpt_entry.rpt_type = p_rpt->rpt_type; in bta_hh_le_save_rpt_ref()791 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) in bta_hh_le_register_input_notif()856 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) in bta_hh_le_deregister_input_notif()945 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT) in bta_hh_le_write_rpt_clt_cfg()[all …]
196 tBTA_HH_RPT_TYPE rpt_type; member
355 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_type); in Battery_Rsp()
253 UINT8 rpt_type; /* report type */ member