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

Commit 4b988c49 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "a2dp: Make A2dpCodecConfig::setCodecUserConfig non virtual" into main am: 5c1462ee

parents c2c09286 5c1462ee
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,