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

Commit 2740ae20 authored by Sal Savage's avatar Sal Savage Committed by Automerger Merge Worker
Browse files

Merge "Move A2DP Sink Timeout in line with other profiles" am: 5176a146 am: e3269f7a

parents e70f839c e3269f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public class A2dpSinkStateMachine extends StateMachine {
    //200->299 Events from Native
    static final int STACK_EVENT = 200;

    static final int CONNECT_TIMEOUT_MS = 5000;
    static final int CONNECT_TIMEOUT_MS = 10000;

    protected final BluetoothDevice mDevice;
    protected final byte[] mDeviceAddress;
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class A2dpSinkStateMachineTest {

    A2dpSinkStateMachine mStateMachine;
    private static final int TIMEOUT_MS = 1000;
    private static final int CONNECT_TIMEOUT_MS = 6000;
    private static final int CONNECT_TIMEOUT_MS = 11000;
    private static final int UNHANDLED_MESSAGE = 9999;

    @Before