Home | History | Annotate | Download | only in hh

Lines Matching refs:rpt_type

142                         ((p_rpt->rpt_type < 4) ? bta_hh_le_rpt_name[p_rpt->rpt_type] : "UNKNOWN"),
514 if (p_rpt->in_use && p_rpt->rpt_id == rpt_id && r_type == p_rpt->rpt_type)
575 p_rpt->rpt_type = (tBTA_HH_RPT_TYPE)bta_hh_uuid_to_rtp_type[i][1];
653 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT)
723 STREAM_TO_UINT8(p_rpt->rpt_type, pp);
725 if (p_rpt->rpt_type > BTA_HH_RPTT_FEATURE) /* invalid report type */
726 p_rpt->rpt_type = BTA_HH_RPTT_RESRV;
732 rpt_entry.rpt_type = p_rpt->rpt_type;
815 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT)
968 if (p_rpt->rpt_type == BTA_HH_RPTT_INPUT)
3144 p_rpt->rpt_type = p_rpt_cache->rpt_type;
3149 (p_rpt->uuid == GATT_UUID_HID_REPORT && p_rpt->rpt_type == BTA_HH_RPTT_INPUT))