Loading src/com/android/settings/bluetooth/BluetoothEnabler.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/com/android/settings/bluetooth/BluetoothEnabler.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading