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

Commit f5499a69 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge changes from topic "le-audio-broadcast-old-api" am: 9a699a72

parents fc370621 9a699a72
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1053,7 +1053,10 @@ public class LeAudioService extends ProfileService {
        parcel.writeBoolean(true /* mIsLeOutput */);
        parcel.setDataPosition(0);

        return BluetoothProfileConnectionInfo.CREATOR.createFromParcel(parcel);
        BluetoothProfileConnectionInfo profileInfo =
                BluetoothProfileConnectionInfo.CREATOR.createFromParcel(parcel);
        parcel.recycle();
        return profileInfo;
    }

    private void clearLostDevicesWhileStreaming(LeAudioGroupDescriptor descriptor) {