diff options
-rw-r--r-- | framework/java/android/bluetooth/BluetoothInputDevice.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothInputDevice.java b/framework/java/android/bluetooth/BluetoothInputDevice.java index 554df3e455..252e3d28a2 100644 --- a/framework/java/android/bluetooth/BluetoothInputDevice.java +++ b/framework/java/android/bluetooth/BluetoothInputDevice.java @@ -640,7 +640,7 @@ public final class BluetoothInputDevice implements BluetoothProfile { * <p>Requires {@link android.Manifest.permission#BLUETOOTH_ADMIN} permission. * * @param device Remote Bluetooth Device - * @param data Data to send + * @param report Report to send * @return false on immediate error, * true otherwise * @hide |