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

Commit 729b12c7 authored by Mike J. Chen's avatar Mike J. Chen Committed by Android Git Automerger
Browse files

am bfa3f4fd: Merge "BluetoothInputDevice: make REPORT_TYPE values match hal" into klp-modular-dev

* commit 'bfa3f4fd':
  BluetoothInputDevice: make REPORT_TYPE values match hal
parents b40bbe7d bfa3f4fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -129,17 +129,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