Searched refs:AVRC_AVC_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
688 if (p_pkt->len < AVRC_AVC_HDR_SIZE) { in avrc_msg_cback()690 AVRC_AVC_HDR_SIZE); in avrc_msg_cback()716 p_rsp_data += AVRC_AVC_HDR_SIZE; in avrc_msg_cback()770 p_data += AVRC_AVC_HDR_SIZE; /* 3 bytes: ctype, subunit*, opcode */ in avrc_msg_cback()795 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, in avrc_msg_cback()851 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, in avrc_msg_cback()
88 #define AVRC_AVC_HDR_SIZE 3 /* ctype, subunit*, opcode */ macro