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 | 665 if (p_pkt->len < AVRC_AVC_HDR_SIZE) { in avrc_msg_cback() 668 __func__, p_pkt->len, AVRC_AVC_HDR_SIZE); in avrc_msg_cback() 694 p_rsp_data += AVRC_AVC_HDR_SIZE; in avrc_msg_cback() 752 p_data += AVRC_AVC_HDR_SIZE; /* 3 bytes: ctype, subunit*, opcode */ in avrc_msg_cback() 777 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, in avrc_msg_cback() 833 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subunit*, in avrc_msg_cback()
|