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

Commit c9b68de9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increase late bonding timeout for LE audio devices" into main

parents 82436904 57748d2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ public class CachedBluetoothDeviceManager {
    private static final String TAG = "CachedBluetoothDeviceManager";
    private static final boolean DEBUG = BluetoothUtils.D;

    @VisibleForTesting static int sLateBondingTimeoutMillis = 5000; // 5s
    @VisibleForTesting static int sLateBondingTimeoutMillis = 10000; // 10s

    private Context mContext;
    private final LocalBluetoothManager mBtManager;