Loading framework/java/android/bluetooth/BluetoothLeBroadcastMetadata.java +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ public final class BluetoothLeBroadcastMetadata implements Parcelable { byte[] broadcastCode = null; if (codeLen != -1) { broadcastCode = new byte[codeLen]; if (codeLen > 0) { if (codeLen >= 0) { in.readByteArray(broadcastCode); } } Loading framework/java/android/bluetooth/BluetoothLeBroadcastSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public final class BluetoothLeBroadcastSettings implements Parcelable { byte[] broadcastCode = null; if (codeLen != -1) { broadcastCode = new byte[codeLen]; if (codeLen > 0) { if (codeLen >= 0) { in.readByteArray(broadcastCode); } } Loading Loading
framework/java/android/bluetooth/BluetoothLeBroadcastMetadata.java +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ public final class BluetoothLeBroadcastMetadata implements Parcelable { byte[] broadcastCode = null; if (codeLen != -1) { broadcastCode = new byte[codeLen]; if (codeLen > 0) { if (codeLen >= 0) { in.readByteArray(broadcastCode); } } Loading
framework/java/android/bluetooth/BluetoothLeBroadcastSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public final class BluetoothLeBroadcastSettings implements Parcelable { byte[] broadcastCode = null; if (codeLen != -1) { broadcastCode = new byte[codeLen]; if (codeLen > 0) { if (codeLen >= 0) { in.readByteArray(broadcastCode); } } Loading