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

Commit 64e8855d authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Android (Google) Code Review
Browse files

Merge "1 second may not be enough for pending ACLs to disconnected during...

Merge "1 second may not be enough for pending ACLs to disconnected during stack shutdown. Adapter state timeout results in state change in Bluetooth manager to STATE_OFF while the stack is still shutting down." into sc-v2-dev
parents 80707566 7a8ab9d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ final class AdapterState extends StateMachine {
    static final int BLE_START_TIMEOUT = 12;

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