Merge changes from topic "am-8cd2288f-c3e9-422f-8fde-02d5b6100d12" into oc-dev
am: d05a3078fc
Change-Id: I446c693cfd86954f789db4fbc6d11d6954c6d343
This commit is contained in:
@@ -844,8 +844,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user