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

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

Merge "BluetoothManager: Set DBG to false"

parents a50fc3cc 61d17c80
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -52,8 +52,7 @@ import java.util.List;
@RequiresFeature(PackageManager.FEATURE_BLUETOOTH)
@RequiresFeature(PackageManager.FEATURE_BLUETOOTH)
public final class BluetoothManager {
public final class BluetoothManager {
    private static final String TAG = "BluetoothManager";
    private static final String TAG = "BluetoothManager";
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final boolean VDBG = true;


    private final BluetoothAdapter mAdapter;
    private final BluetoothAdapter mAdapter;