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

Commit 2c8fe85d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove allowBlocking from BluetoothManagerService" am: 8414cfb2

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1970945

Change-Id: Iaa1f493ae59fdda110560f866658075f43fd9138
parents 5b479003 8414cfb2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2179,8 +2179,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
                    try {
                        mBluetoothLock.writeLock().lock();
                        if (msg.arg1 == SERVICE_IBLUETOOTHGATT) {
                            mBluetoothGatt =
                                    IBluetoothGatt.Stub.asInterface(Binder.allowBlocking(service));
                            mBluetoothGatt = IBluetoothGatt.Stub.asInterface(service);
                            continueFromBleOnState();
                            break;
                        } // else must be SERVICE_IBLUETOOTH