Loading core/java/android/bluetooth/BluetoothInputDevice.java +3 −3 Original line number Diff line number Diff line Loading @@ -130,17 +130,17 @@ public final class BluetoothInputDevice implements BluetoothProfile { /** * @hide */ public static final byte REPORT_TYPE_INPUT = 0; public static final byte REPORT_TYPE_INPUT = 1; /** * @hide */ public static final byte REPORT_TYPE_OUTPUT = 1; public static final byte REPORT_TYPE_OUTPUT = 2; /** * @hide */ public static final byte REPORT_TYPE_FEATURE = 2; public static final byte REPORT_TYPE_FEATURE = 3; /** * @hide Loading Loading
core/java/android/bluetooth/BluetoothInputDevice.java +3 −3 Original line number Diff line number Diff line Loading @@ -130,17 +130,17 @@ public final class BluetoothInputDevice implements BluetoothProfile { /** * @hide */ public static final byte REPORT_TYPE_INPUT = 0; public static final byte REPORT_TYPE_INPUT = 1; /** * @hide */ public static final byte REPORT_TYPE_OUTPUT = 1; public static final byte REPORT_TYPE_OUTPUT = 2; /** * @hide */ public static final byte REPORT_TYPE_FEATURE = 2; public static final byte REPORT_TYPE_FEATURE = 3; /** * @hide Loading