Loading core/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading @@ -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; } } Loading Loading
core/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading @@ -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; } } Loading