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

Commit e1eeae8b authored by Hsin-chen Chuang's avatar Hsin-chen Chuang Committed by Automerger Merge Worker
Browse files

Merge "a2dp_vendor_aptx_linux: Add functions that are accidentally removed"...

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

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3165457



Change-Id: I6ce8baa0b6413d6b04df79bc96c27291b51fecf2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ce8e708f b7978d34
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;
}