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

Commit 08d6e169 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/33657389'] into 25Q3-release.

Change-Id: I8f33929b68835c5bd04c5d74800008678022c377
parents 010ad67b 8f1e1be6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -568,9 +568,9 @@ public class BluetoothEventManager {
                Log.w(TAG, "AclStateChangedHandler: action is null");
                return;
            }
            final CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device);
            CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device);
            if (activeDevice == null) {
                mDeviceManager.addDevice(device);
                activeDevice = mDeviceManager.addDevice(device);
                Log.d(
                        TAG,
                        "AclStateChangedHandler created new CachedBluetoothDevice "