OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_MIN_META_HDR_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_int.h
78
#define
AVRC_MIN_META_HDR_SIZE
4 /* pdu id(1), packet type(1), param len(2) */
83
#define AVRC_MIN_VENDOR_SIZE (AVRC_MSG_VENDOR_OFFSET + BT_HDR_SIZE +
AVRC_MIN_META_HDR_SIZE
)
avrc_api.c
141
p_pkt_new->len -= (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE -
AVRC_MIN_META_HDR_SIZE
);
142
p_pkt_new->offset += (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE -
AVRC_MIN_META_HDR_SIZE
);
152
UINT16_TO_BE_STREAM(p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE -
AVRC_MIN_META_HDR_SIZE
));
437
p_pkt->offset += (AVRC_VENDOR_HDR_SIZE +
AVRC_MIN_META_HDR_SIZE
);
438
p_pkt->len -= (AVRC_VENDOR_HDR_SIZE +
AVRC_MIN_META_HDR_SIZE
);
465
UINT16_TO_BE_STREAM(p_data, (p_msg->vendor_len -
AVRC_MIN_META_HDR_SIZE
));
663
if (p_pkt->len < (AVRC_VENDOR_HDR_SIZE +
AVRC_MIN_META_HDR_SIZE
))
[
all
...]
Completed in 24 milliseconds