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

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

Snap for 6668023 from 5c9fe6598742baff1fb8f562bc9ba16452d8dfdd to sc-release

Change-Id: I23dbdc8d415a77ae33cfc50c36e1660558808a88
parents 09693a1a 8f5b46ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1812,6 +1812,7 @@ public final class BluetoothAdapter {
        try {
            mServiceLock.readLock().lock();
            if (mService != null) {
                if (DBG) Log.d(TAG, "removeActiveDevice, profiles: " + profiles);
                return mService.removeActiveDevice(profiles);
            }
        } catch (RemoteException e) {
@@ -1856,6 +1857,9 @@ public final class BluetoothAdapter {
        try {
            mServiceLock.readLock().lock();
            if (mService != null) {
                if (DBG) {
                    Log.d(TAG, "setActiveDevice, device: " + device + ", profiles: " + profiles);
                }
                return mService.setActiveDevice(device, profiles);
            }
        } catch (RemoteException e) {