Loading wifi/java/android/net/wifi/RttManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -730,8 +730,8 @@ public class RttManager { } } dest.writeByte(result.LCR.id); dest.writeByte(result.LCR.id); if (result.LCR.id != (byte) 0xFF) { if (result.LCR.id != (byte) 0xFF) { dest.writeInt((byte) result.LCR.data.length); dest.writeByte((byte) result.LCR.data.length); dest.writeByte(result.LCR.id); dest.writeByteArray(result.LCR.data); } } } } } else { } else { Loading Loading
wifi/java/android/net/wifi/RttManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -730,8 +730,8 @@ public class RttManager { } } dest.writeByte(result.LCR.id); dest.writeByte(result.LCR.id); if (result.LCR.id != (byte) 0xFF) { if (result.LCR.id != (byte) 0xFF) { dest.writeInt((byte) result.LCR.data.length); dest.writeByte((byte) result.LCR.data.length); dest.writeByte(result.LCR.id); dest.writeByteArray(result.LCR.data); } } } } } else { } else { Loading