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

Commit 116f7ee2 authored by Matthew Xie's avatar Matthew Xie Committed by Android (Google) Code Review
Browse files

Merge "Change prepare bluetooth timeout from 7 seconds to 10 seconds"

parents 931e7394 25c4e2a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ final class BluetoothAdapterStateMachine extends StateMachine {
    // timeout value waiting for all the devices to be disconnected
    private static final int DEVICES_DISCONNECT_TIMEOUT_TIME = 3000;

    private static final int PREPARE_BLUETOOTH_TIMEOUT_TIME = 7000;
    private static final int PREPARE_BLUETOOTH_TIMEOUT_TIME = 10000;

    BluetoothAdapterStateMachine(Context context, BluetoothService bluetoothService,
                                 BluetoothAdapter bluetoothAdapter) {