HomeSort by relevance Sort by last modified time
    Searched refs:AVRC_VENDOR_HDR_SIZE (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 140 p_pkt_new->len -= (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE);
141 p_pkt_new->offset += (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE);
150 UINT16_TO_BE_STREAM(p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE));
188 p_data += AVRC_VENDOR_HDR_SIZE;
192 UINT16_TO_BE_STREAM(p_data, (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - 4));
245 p_data = p_begin + AVRC_VENDOR_HDR_SIZE;
275 p_data = (p_begin + AVRC_VENDOR_HDR_SIZE + 2);
325 p_data += AVRC_VENDOR_HDR_SIZE; /* pdu */
329 p_pkt->len = AVRC_VENDOR_HDR_SIZE + 5;
396 p_pkt->offset += (AVRC_VENDOR_HDR_SIZE + AVRC_MIN_META_HDR_SIZE)
    [all...]
avrc_int.h 81 #define AVRC_VENDOR_HDR_SIZE 6 /* ctype, subunit*, opcode, CO_ID */

Completed in 19 milliseconds