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

Commit 545534e6 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk Committed by Grzegorz Kolodziejczyk
Browse files

le_audio: Use unified unicast monitorig status

This CL make use of unified unicast monitoring status function.

Tag: #Bug
Bug: 305943737
Bug: 308171251
Test: atest bluetooth_le_audio_client_test
Change-Id: I8c271837f80484deea3140159c428769f4c97a41
parent b3269ddf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5503,8 +5503,7 @@ class LeAudioClientImpl : public LeAudioClient {
            group->ClearPendingConfiguration();
          } else {
            if (sink_monitor_mode_) {
              callbacks_->OnUnicastMonitorModeStatus(
                  le_audio::types::kLeAudioDirectionSink,
              notifyAudioLocalSink(
                  UnicastMonitorModeStatus::STREAMING_SUSPENDED);
            }
          }