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

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

Merge "Remove allowBlocking from BluetoothManagerService" am: 8414cfb2 am: 2c8fe85d

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

Change-Id: I9e3aae2be1115a078c83a8e7ae58d97db11c5e3a
parents 71937f9e 2c8fe85d
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