Home | History | Annotate | Download | only in a2dp

Lines Matching defs:vendorId

43   uint32_t vendorId;
52 A2DP_LDAC_VENDOR_ID, // vendorId
65 A2DP_LDAC_VENDOR_ID, // vendorId
102 *p_result++ = (uint8_t)(p_ie->vendorId & 0x000000FF);
103 *p_result++ = (uint8_t)((p_ie->vendorId & 0x0000FF00) >> 8);
104 *p_result++ = (uint8_t)((p_ie->vendorId & 0x00FF0000) >> 16);
105 *p_result++ = (uint8_t)((p_ie->vendorId & 0xFF000000) >> 24);
149 p_ie->vendorId = (*p_codec_info & 0x000000FF) |
157 if (p_ie->vendorId != A2DP_LDAC_VENDOR_ID ||
863 result_config_cie.vendorId = a2dp_ldac_source_caps.vendorId;