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

Commit 1569333b authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4742838 from 728cb519a5c734af0b7befa52d803d9d090a20aa to pi-release

Change-Id: I41c109022b915f160a4971c66eb9fd171d64a8a8
parents b84682e2 450cadc9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -285,6 +285,9 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
                        try {
                            mBluetoothLock.readLock().lock();
                            if (mBluetooth != null) {
                                addActiveLog(
                                        BluetoothProtoEnums.ENABLE_DISABLE_REASON_AIRPLANE_MODE,
                                        mContext.getPackageName(), false);
                                mBluetooth.onBrEdrDown();
                                mEnable = false;
                                mEnableExternal = false;
@@ -677,6 +680,8 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
                try {
                    mBluetoothLock.readLock().lock();
                    if (mBluetooth != null) {
                        addActiveLog(BluetoothProtoEnums.ENABLE_DISABLE_REASON_APPLICATION_REQUEST,
                                mContext.getPackageName(), false);
                        mBluetooth.onBrEdrDown();
                    }
                } catch (RemoteException e) {