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

Commit fc711dbb authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Automerger Merge Worker
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." am: 6bc4fc33 am: 575994b5 am: 7d217978

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1914351

Change-Id: I7b6444a82910209d0dbb1680559576938cfcef01
parents 3a69beeb 7d217978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ final class AdapterState extends StateMachine {
            "ro.bluetooth.ble_stop_timeout_delay";

    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;