Home | History | Annotate | Download | only in a2dp

Lines Matching defs:vendorId

41   uint32_t vendorId;
52 A2DP_APTX_VENDOR_ID, /* vendorId */
63 A2DP_APTX_VENDOR_ID, /* vendorId */
101 *p_result++ = (uint8_t)(p_ie->vendorId & 0x000000FF);
102 *p_result++ = (uint8_t)((p_ie->vendorId & 0x0000FF00) >> 8);
103 *p_result++ = (uint8_t)((p_ie->vendorId & 0x00FF0000) >> 16);
104 *p_result++ = (uint8_t)((p_ie->vendorId & 0xFF000000) >> 24);
140 p_ie->vendorId = (*p_codec_info & 0x000000FF) |
148 if (p_ie->vendorId != A2DP_APTX_VENDOR_ID ||
618 result_config_cie.vendorId = a2dp_aptx_caps.vendorId;