Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c1fb052 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth-OBEX: Fine tune OBEX Tx MTU for better performace/power"

parents 5b332f70 021f6ce1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;