Home
last modified time | relevance | path

Searched refs:AVRC_AVC_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc688 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()
Davrc_int.h88 #define AVRC_AVC_HDR_SIZE 3 /* ctype, subunit*, opcode */ macro