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

Commit 695ba152 authored by William Escande's avatar William Escande
Browse files

BluetoothAdapter: check correct callback list

Test: None
Flag: Exempt Trivial change
Bug: 311772251
Change-Id: I9499b33d7034c624d0c77f1960d7fd6b06bdd748
parent b388022d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5193,7 +5193,7 @@ public final class BluetoothAdapter {
            }
        }

        if (!mBluetoothConnectionCallbackExecutorMap.isEmpty()) {
        if (!mAudioProfilesChangedCallbackExecutorMap.isEmpty()) {
            return BluetoothStatusCodes.SUCCESS;
        }

@@ -5385,7 +5385,7 @@ public final class BluetoothAdapter {
            }
        }

        if (!mBluetoothConnectionCallbackExecutorMap.isEmpty()) {
        if (!mBluetoothQualityReportReadyCallbackExecutorMap.isEmpty()) {
            return BluetoothStatusCodes.SUCCESS;
        }