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

Commit 2e3a234e authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "AdapterState: Set BLE start timeout to 4 seconds"

am: d4c8858b

Change-Id: I1793a3316e3c08b7cede85f18184962cc1d8443a
parents 8e07804a d4c8858b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ final class AdapterState extends StateMachine {
    static final int BLE_STOP_TIMEOUT = 11;
    static final int BLE_START_TIMEOUT = 12;

    static final int BLE_START_TIMEOUT_DELAY = 2000;
    static final int BLE_START_TIMEOUT_DELAY = 4000;
    static final int BLE_STOP_TIMEOUT_DELAY = 1000;
    static final int BREDR_START_TIMEOUT_DELAY = 4000;
    static final int BREDR_STOP_TIMEOUT_DELAY = 4000;