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

Commit 5c1462ee authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "a2dp: Make A2dpCodecConfig::setCodecUserConfig non virtual" into main

parents a40afeca f71494ec
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -182,8 +182,7 @@ class A2dpCodecConfig {
  // If there is any change in the codec configuration, flag |p_config_updated|
  // is set to true.
  // Returns true on success, otherwise false.
  virtual bool setCodecUserConfig(
      const btav_a2dp_codec_config_t& codec_user_config,
  bool setCodecUserConfig(const btav_a2dp_codec_config_t& codec_user_config,
                          const btav_a2dp_codec_config_t& codec_audio_config,
                          const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params,
                          const uint8_t* p_peer_codec_info, bool is_capability,