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 7e62b06b42..107347f2a3 100755 --- a/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSettings.java +++ b/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSettings.java @@ -352,6 +352,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem break; case BluetoothAdapter.STATE_OFF: + mInitiateDiscoverable = true; messageId = R.string.bluetooth_empty_list_bluetooth_off; if (isUiRestricted()) { messageId = R.string.bluetooth_empty_list_user_restricted;