Home | History | Annotate | Download | only in avrc

Lines Matching refs:unit

602                 msg.unit.unit_type  = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
603 msg.unit.unit = *p_data & AVRC_SUBID_MASK;
605 AVRC_BE_STREAM_TO_CO_ID(msg.unit.company_id, p_data);