Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c164 p_pkt_new->len -= (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE); in avrc_prep_end_frag()
165 p_pkt_new->offset += (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE); in avrc_prep_end_frag()
175 UINT16_TO_BE_STREAM(p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE)); in avrc_prep_end_frag()
213 p_data += AVRC_VENDOR_HDR_SIZE; in avrc_send_continue_frag()
217 UINT16_TO_BE_STREAM(p_data, (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - 4)); in avrc_send_continue_frag()
266 p_data = p_begin + AVRC_VENDOR_HDR_SIZE; in avrc_proc_vendor_command()
289 p_data = (p_begin + AVRC_VENDOR_HDR_SIZE + 2); in avrc_proc_vendor_command()
333 p_data += AVRC_VENDOR_HDR_SIZE; /* pdu */ in avrc_proc_vendor_command()
337 p_pkt->len = AVRC_VENDOR_HDR_SIZE + 5; in avrc_proc_vendor_command()
371 p_data += AVRC_VENDOR_HDR_SIZE; in avrc_proc_far_msg()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h82 #define AVRC_VENDOR_HDR_SIZE 6 /* ctype, subunit*, opcode, CO_ID */ macro