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

Commit 2b19dd87 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

BluetoothAdapter: check correct callback list am: 695ba152

parents ad76c9cb 695ba152
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -5193,7 +5193,7 @@ public final class BluetoothAdapter {
            }
            }
        }
        }


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


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


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