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

Commit bb0f7cd2 authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Gerrit Code Review
Browse files

Merge "le_audio: Correct Broadcast dump format" into main

parents 1b3bebcd 9e040d63
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1823,6 +1823,7 @@ public class BassClientService extends ProfileService {
            BassClientStateMachine sm = entry.getValue();
            if (sm.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
                sm.dump(sb);
                sb.append("\n\n");
            }
        }

@@ -1834,7 +1835,7 @@ public class BassClientService extends ProfileService {
            }
        }

        sb.append("\n");
        sb.append("\n\n");
        sEventLogger.dump(sb);
        sb.append("\n");
    }