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