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

Commit 80064651 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BassClient: Fix not putting empty metadata buffer on the list" into tm-qpr-dev

parents 1d49637e 2d17f402
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -691,6 +691,8 @@ public class BassClientStateMachine extends StateMachine {
                    offset += metaDataLength;
                    metaData = reverseBytes(metaData);
                    metadataList.add(BluetoothLeAudioContentMetadata.fromRawBytes(metaData));
                } else {
                    metadataList.add(BluetoothLeAudioContentMetadata.fromRawBytes(new byte[0]));
                }
            }
            byte[] broadcastIdBytes = new byte[mBroadcastSourceIdLength];