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

Commit fd36b1ae authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Early offloader notification about stream release" into main...

Merge "leaudio: Early offloader notification about stream release" into main am: 848c7013 am: e3c892ee

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



Change-Id: I77af3809793b3a5a599534bab00822b5b6f93df8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 411bc023 e3c892ee
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5347,7 +5347,6 @@ public:
          handleAsymmetricPhyForUnicast(group);
          UpdateLocationsAndContextsAvailability(group);
          if (group->IsPendingConfiguration()) {
            SuspendedForReconfiguration();
            auto remote_direction = kLeAudioContextAllRemoteSource.test(configuration_context_type_)
                                            ? bluetooth::le_audio::types::kLeAudioDirectionSource
                                            : bluetooth::le_audio::types::kLeAudioDirectionSink;
@@ -5415,6 +5414,10 @@ public:
          audio_receiver_state_ = AudioState::RELEASING;
        }

        if (group && group->IsPendingConfiguration()) {
          log::info("Releasing for reconfiguration, don't send anything on CISes");
          SuspendedForReconfiguration();
        }
        break;
      default:
        break;