diff --git a/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSettings.java b/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSettings.java index b6e593ea11..7e62b06b42 100755 --- a/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSettings.java +++ b/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSettings.java @@ -343,7 +343,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem if (mInitiateDiscoverable) { // Make the device visible to other devices. mLocalAdapter.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE); - mInitiateDiscoverable = false; + //mInitiateDiscoverable = false; } return; // not break