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

Commit e3269f7a 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

parents 615b3945 5176a146
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