Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7978d34 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang Committed by Gerrit Code Review
Browse files

Merge "a2dp_vendor_aptx_linux: Add functions that are accidentally removed" into main

parents 11fa8ef8 1f780534
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -22,6 +22,16 @@

bool A2DP_IsCodecValidAptx(const uint8_t* p_codec_info) { return false; }

bool A2DP_VendorUsesRtpHeaderAptx(bool content_protection_enabled, const uint8_t* p_codec_info) {
  return false;
}

const char* A2DP_VendorCodecNameAptx(const uint8_t* p_codec_info) { return "Aptx"; }

bool A2DP_VendorCodecTypeEqualsAptx(const uint8_t* p_codec_info_a, const uint8_t* p_codec_info_b) {
  return false;
}

bool A2DP_VendorCodecEqualsAptx(const uint8_t* p_codec_info_a, const uint8_t* p_codec_info_b) {
  return false;
}