Merge "bluetooth: Fix common typo"
This commit is contained in:
@@ -2099,7 +2099,7 @@ public final class BluetoothAdapter {
|
|||||||
try {
|
try {
|
||||||
return mManagerService.isBleScanAlwaysAvailable();
|
return mManagerService.isBleScanAlwaysAvailable();
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
Log.e(TAG, "remote expection when calling isBleScanAlwaysAvailable", e);
|
Log.e(TAG, "remote exception when calling isBleScanAlwaysAvailable", e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2307,7 +2307,7 @@ public final class BluetoothAdapter {
|
|||||||
try {
|
try {
|
||||||
return mManagerService.isHearingAidProfileSupported();
|
return mManagerService.isHearingAidProfileSupported();
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
Log.e(TAG, "remote expection when calling isHearingAidProfileSupported", e);
|
Log.e(TAG, "remote exception when calling isHearingAidProfileSupported", e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user