Merge "Fix Bluetooth auto turns ON in airplane mode"
This commit is contained in:
@@ -888,6 +888,13 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
|
|||||||
Slog.e(TAG, "onBluetoothServiceUp: mBluetooth is null!");
|
Slog.e(TAG, "onBluetoothServiceUp: mBluetooth is null!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (!mEnableExternal && !isBleAppPresent() && isAirplaneModeOn()) {
|
||||||
|
// Airplane mode is turned on while enabling BLE only mode, disable
|
||||||
|
// BLE now.
|
||||||
|
disableBleScanMode();
|
||||||
|
sendBrEdrDownCallback();
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (isBluetoothPersistedStateOnBluetooth() || !isBleAppPresent()) {
|
if (isBluetoothPersistedStateOnBluetooth() || !isBleAppPresent()) {
|
||||||
// This triggers transition to STATE_ON
|
// This triggers transition to STATE_ON
|
||||||
mBluetooth.onLeServiceUp();
|
mBluetooth.onLeServiceUp();
|
||||||
|
|||||||
Reference in New Issue
Block a user