Searched refs:AVRC_AVC_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/avrc/ |
D | avrc_int.h | 87 #define AVRC_AVC_HDR_SIZE 3 /* ctype, subunit*, opcode */ macro
|
D | avrc_api.cc | 666 if (p_pkt->len < AVRC_AVC_HDR_SIZE) { in avrc_msg_cback() 669 __func__, p_pkt->len, AVRC_AVC_HDR_SIZE); in avrc_msg_cback() 695 p_rsp_data += AVRC_AVC_HDR_SIZE; in avrc_msg_cback() 753 p_data += AVRC_AVC_HDR_SIZE; /* 3 bytes: ctype, subunit*, opcode */ in avrc_msg_cback() 778 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, in avrc_msg_cback() 834 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, in avrc_msg_cback()
|