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

Commit 27064f0b authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

bluetooth: Fix common typo

sponsor: jpawlowski@
test: NA

Change-Id: I0e93b87371f434c229f211c480727cc26434a5e0
parent be88f1fa
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;
        }
    }