Loading android/app/src/com/android/bluetooth/bass_client/BassClientStateMachine.java +2 −0 Original line number Diff line number Diff line Loading @@ -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]; Loading Loading
android/app/src/com/android/bluetooth/bass_client/BassClientStateMachine.java +2 −0 Original line number Diff line number Diff line Loading @@ -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]; Loading