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

Commit 8414cfb2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove allowBlocking from BluetoothManagerService"

parents 0b3fcdf1 50dcc055
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