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.cc 276 (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE);
278 (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE);
289 p_data, (p_pkt_new->len - AVRC_VENDOR_HDR_SIZE - AVRC_MIN_META_HDR_SIZE));
325 p_data += AVRC_VENDOR_HDR_SIZE;
330 (AVRC_MAX_CTRL_DATA_LEN - AVRC_VENDOR_HDR_SIZE - 4));
363 p_data = p_begin + AVRC_VENDOR_HDR_SIZE;
386 p_data = (p_begin + AVRC_VENDOR_HDR_SIZE + 2);
430 p_data += AVRC_VENDOR_HDR_SIZE; /* pdu */
434 p_rsp->len = AVRC_VENDOR_HDR_SIZE + 5;
468 p_data += AVRC_VENDOR_HDR_SIZE;
    [all...]
avrc_int.h 92 #define AVRC_VENDOR_HDR_SIZE 6 /* ctype, subunit*, opcode, CO_ID */

Completed in 714 milliseconds