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

Commit 896ed95f authored by Grzegorz Kolodziejczyk (xWF)'s avatar Grzegorz Kolodziejczyk (xWF) Committed by Automerger Merge Worker
Browse files

Merge "broadcaster: Confirm stream resume after BIG create" into main am: 5a986e9d am: 25afcc91

parents a7413be1 25afcc91
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1107,6 +1107,10 @@ private:
              conn_handle,
              std::bind(&LeAudioSourceAudioHalClient::UpdateBroadcastAudioConfigToHal,
                        instance->le_audio_source_hal_client_.get(), std::placeholders::_1));

      if (com::android::bluetooth::flags::leaudio_big_depends_on_audio_state()) {
        instance->le_audio_source_hal_client_->ConfirmStreamingRequest();
      }
    }

    void OnAnnouncementUpdated(uint32_t broadcast_id) {
@@ -1350,8 +1354,6 @@ private:
          auto& broadcast = broadcast_pair.second;
          broadcast->ProcessMessage(BroadcastStateMachine::Message::START, nullptr);
        }

        instance->le_audio_source_hal_client_->ConfirmStreamingRequest();
      } else {
        if (!IsAnyoneStreaming()) {
          instance->le_audio_source_hal_client_->CancelStreamingRequest();