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

Commit a91e4dec authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

Merge "bluetooth: Fix common typo" am: 2f8032fd am: b0182963 am:...

Merge "bluetooth: Fix common typo" am: 2f8032fd am: b0182963 am: 3bb83023 am: a7d42cae am: d66aa557

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1856317

Change-Id: I338850a251dee63c11aeca015e6d3f4b051e8e4f
parents 64b74d57 d66aa557
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2099,7 +2099,7 @@ public final class BluetoothAdapter {
        try {
            return mManagerService.isBleScanAlwaysAvailable();
        } catch (RemoteException e) {
            Log.e(TAG, "remote expection when calling isBleScanAlwaysAvailable", e);
            Log.e(TAG, "remote exception when calling isBleScanAlwaysAvailable", e);
            return false;
        }
    }
@@ -2307,7 +2307,7 @@ public final class BluetoothAdapter {
        try {
            return mManagerService.isHearingAidProfileSupported();
        } catch (RemoteException e) {
            Log.e(TAG, "remote expection when calling isHearingAidProfileSupported", e);
            Log.e(TAG, "remote exception when calling isHearingAidProfileSupported", e);
            return false;
        }
    }