Loading framework/java/android/bluetooth/BluetoothLeBroadcastMetadata.java +3 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,9 @@ public final class BluetoothLeBroadcastMetadata implements Parcelable { mAudioConfigQuality = original.getAudioConfigQuality(); mRssi = original.getRssi(); mPublicBroadcastMetadata = original.getPublicBroadcastMetadata(); mSubgroups = original.getSubgroups(); for (BluetoothLeBroadcastSubgroup subgroup : original.getSubgroups()) { mSubgroups.add(new BluetoothLeBroadcastSubgroup.Builder(subgroup).build()); } } /** Loading framework/java/android/bluetooth/BluetoothLeBroadcastSubgroup.java +3 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,9 @@ public final class BluetoothLeBroadcastSubgroup implements Parcelable { mCodecId = original.getCodecId(); mCodecSpecificConfig = original.getCodecSpecificConfig(); mContentMetadata = original.getContentMetadata(); mChannels = original.getChannels(); for (BluetoothLeBroadcastChannel channel : original.getChannels()) { mChannels.add(new BluetoothLeBroadcastChannel.Builder(channel).build()); } } /** Loading Loading
framework/java/android/bluetooth/BluetoothLeBroadcastMetadata.java +3 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,9 @@ public final class BluetoothLeBroadcastMetadata implements Parcelable { mAudioConfigQuality = original.getAudioConfigQuality(); mRssi = original.getRssi(); mPublicBroadcastMetadata = original.getPublicBroadcastMetadata(); mSubgroups = original.getSubgroups(); for (BluetoothLeBroadcastSubgroup subgroup : original.getSubgroups()) { mSubgroups.add(new BluetoothLeBroadcastSubgroup.Builder(subgroup).build()); } } /** Loading
framework/java/android/bluetooth/BluetoothLeBroadcastSubgroup.java +3 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,9 @@ public final class BluetoothLeBroadcastSubgroup implements Parcelable { mCodecId = original.getCodecId(); mCodecSpecificConfig = original.getCodecSpecificConfig(); mContentMetadata = original.getContentMetadata(); mChannels = original.getChannels(); for (BluetoothLeBroadcastChannel channel : original.getChannels()) { mChannels.add(new BluetoothLeBroadcastChannel.Builder(channel).build()); } } /** Loading