Loading obex/javax/obex/ObexHelper.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -76,7 +76,7 @@ public final class ObexHelper { * Temporary workaround to be able to push files to Windows 7. * Temporary workaround to be able to push files to Windows 7. * TODO: Should be removed as soon as Microsoft updates their driver. * TODO: Should be removed as soon as Microsoft updates their driver. */ */ public static final int MAX_CLIENT_PACKET_SIZE = 0xFC00; public static final int MAX_CLIENT_PACKET_SIZE = 0xEC88; public static final int A2DP_OBEX_MAX_CLIENT_PACKET_SIZE = 0x2000; public static final int A2DP_OBEX_MAX_CLIENT_PACKET_SIZE = 0x2000; public static final int OBEX_OPCODE_CONNECT = 0x80; public static final int OBEX_OPCODE_CONNECT = 0x80; Loading Loading
obex/javax/obex/ObexHelper.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -76,7 +76,7 @@ public final class ObexHelper { * Temporary workaround to be able to push files to Windows 7. * Temporary workaround to be able to push files to Windows 7. * TODO: Should be removed as soon as Microsoft updates their driver. * TODO: Should be removed as soon as Microsoft updates their driver. */ */ public static final int MAX_CLIENT_PACKET_SIZE = 0xFC00; public static final int MAX_CLIENT_PACKET_SIZE = 0xEC88; public static final int A2DP_OBEX_MAX_CLIENT_PACKET_SIZE = 0x2000; public static final int A2DP_OBEX_MAX_CLIENT_PACKET_SIZE = 0x2000; public static final int OBEX_OPCODE_CONNECT = 0x80; public static final int OBEX_OPCODE_CONNECT = 0x80; Loading