Home | History | Annotate | Download | only in avrc

Lines Matching full:subunit

360     /* Skip over vendor header (ctype, subunit*, opcode, CO_ID) */
448 /* 6 = ctype, subunit*, opcode & CO_ID */
590 /* 3 bytes: ctype, subunit*, opcode */
593 /* Panel subunit & id=0 */
605 p_data += 4; /* 3 bytes: ctype, subunit*, opcode + octet 3 (is 7)*/
623 /* Panel subunit & id=0 */
636 p_data += AVRC_AVC_HDR_SIZE; /* 3 bytes: ctype, subunit*, opcode */
652 if (p_pkt->len < AVRC_VENDOR_HDR_SIZE) /* 6 = ctype, subunit*, opcode & CO_ID */
660 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, opcode */
712 if (p_pkt->len < 5) /* 3 bytes: ctype, subunit*, opcode & op_id & len */
720 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, opcode */
821 *p_data++ = (AVRC_SUB_PANEL << AVRC_SUBTYPE_SHIFT); /* Panel subunit & id=0 */