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

Commit 0b588783 authored by Rongxuan Liu's avatar Rongxuan Liu Committed by Gerrit Code Review
Browse files

Merge "Bass: Broadcast resync helper" into main

parents e7cde35b 49d31f34
Loading
Loading
Loading
Loading
+420 −54

File changed.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -3632,6 +3632,10 @@ public class LeAudioService extends ProfileService {

                    /* Stop here if Broadcast was not in Streaming state before */
                    if (previousState != LeAudioStackEvent.BROADCAST_STATE_STREAMING) {
                        // Stop Big Monitoring in case that was some actions on extarnal broadcast
                        if (bassClientService != null) {
                            bassClientService.stopBigMonitoring();
                        }
                        return;
                    }

+1725 −1

File changed.

Preview size limit exceeded, changes collapsed.