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

Commit 69866e8c 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 am: f5499a69

parents b3c2c12c f5499a69
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) {