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

  /system/bt/stack/avrc/
avrc_api.c 160 p_pkt_new->len -= (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE);
161 p_pkt_new->offset += (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE);
171 UINT16_TO_BE_STREAM(p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE));
207 p_data += AVRC_VENDOR_HDR_SIZE;
211 UINT16_TO_BE_STREAM(p_data, (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - 4));
244 p_data = p_begin + AVRC_VENDOR_HDR_SIZE;
274 p_data = (p_begin + AVRC_VENDOR_HDR_SIZE + 2);
322 p_data += AVRC_VENDOR_HDR_SIZE; /* pdu */
326 p_pkt->len = AVRC_VENDOR_HDR_SIZE + 5;
361 p_data += AVRC_VENDOR_HDR_SIZE;
    [all...]
avrc_int.h 81 #define AVRC_VENDOR_HDR_SIZE 6 /* ctype, subunit*, opcode, CO_ID */

Completed in 33 milliseconds