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

Commit 074e6de6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: Enable Page and Inquiry Scan."

parents a9a26994 b5d62e53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -134,6 +134,8 @@ public final class BluetoothEnabler implements SwitchBar.OnSwitchChangeListener
                setChecked(true);
                mSwitch.setEnabled(true);
                updateSearchIndex(true);
                // enable page and inquiry scan
                mLocalAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE);
                break;
            case BluetoothAdapter.STATE_TURNING_OFF:
                mSwitch.setEnabled(false);