Loading system/stack/a2dp/a2dp_vendor_ldac_linux.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -20,8 +20,8 @@ bool A2DP_IsCodecValidLdac(const uint8_t* p_codec_info) { return false; } bool A2DP_IsCodecValidLdac(const uint8_t* p_codec_info) { return false; } bool A2DP_IsVendorSinkCodecSupportedLdac(const uint8_t* p_codec_info) { tA2DP_STATUS A2DP_IsVendorSinkCodecSupportedLdac(const uint8_t* p_codec_info) { return false; return A2DP_NOT_SUPPORTED_CODEC_TYPE; } } bool A2DP_VendorUsesRtpHeaderLdac(bool content_protection_enabled, bool A2DP_VendorUsesRtpHeaderLdac(bool content_protection_enabled, Loading system/stack/a2dp/a2dp_vendor_opus_linux.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -21,8 +21,8 @@ bool A2DP_IsCodecValidOpus(const uint8_t* p_codec_info) { return false; } bool A2DP_IsCodecValidOpus(const uint8_t* p_codec_info) { return false; } bool A2DP_IsVendorSinkCodecSupportedOpus(const uint8_t* p_codec_info) { tA2DP_STATUS A2DP_IsVendorSinkCodecSupportedOpus(const uint8_t* p_codec_info) { return false; return A2DP_NOT_SUPPORTED_CODEC_TYPE; } } bool A2DP_VendorUsesRtpHeaderOpus(bool content_protection_enabled, bool A2DP_VendorUsesRtpHeaderOpus(bool content_protection_enabled, Loading Loading
system/stack/a2dp/a2dp_vendor_ldac_linux.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -20,8 +20,8 @@ bool A2DP_IsCodecValidLdac(const uint8_t* p_codec_info) { return false; } bool A2DP_IsCodecValidLdac(const uint8_t* p_codec_info) { return false; } bool A2DP_IsVendorSinkCodecSupportedLdac(const uint8_t* p_codec_info) { tA2DP_STATUS A2DP_IsVendorSinkCodecSupportedLdac(const uint8_t* p_codec_info) { return false; return A2DP_NOT_SUPPORTED_CODEC_TYPE; } } bool A2DP_VendorUsesRtpHeaderLdac(bool content_protection_enabled, bool A2DP_VendorUsesRtpHeaderLdac(bool content_protection_enabled, Loading
system/stack/a2dp/a2dp_vendor_opus_linux.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -21,8 +21,8 @@ bool A2DP_IsCodecValidOpus(const uint8_t* p_codec_info) { return false; } bool A2DP_IsCodecValidOpus(const uint8_t* p_codec_info) { return false; } bool A2DP_IsVendorSinkCodecSupportedOpus(const uint8_t* p_codec_info) { tA2DP_STATUS A2DP_IsVendorSinkCodecSupportedOpus(const uint8_t* p_codec_info) { return false; return A2DP_NOT_SUPPORTED_CODEC_TYPE; } } bool A2DP_VendorUsesRtpHeaderOpus(bool content_protection_enabled, bool A2DP_VendorUsesRtpHeaderOpus(bool content_protection_enabled, Loading