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

Commit 115e5865 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "leaudio: Send codec config to Java before ACTIVE status" into main

parents 1c560c4a b8aabeff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1315,8 +1315,8 @@ class LeAudioClientImpl : public LeAudioClient {

    /* Reset sink listener notified status */
    sink_monitor_notified_status_ = std::nullopt;
    callbacks_->OnGroupStatus(active_group_id_, GroupStatus::ACTIVE);
    SendAudioGroupSelectableCodecConfigChanged(group);
    callbacks_->OnGroupStatus(active_group_id_, GroupStatus::ACTIVE);
  }

  void SetEnableState(const RawAddress& address, bool enabled) override {