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

Commit 649eb988 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 27e45361: Merge "Revert "Change GATT_FAILURE from 0 to 0x101"" into jb-mr2-dev

* commit '27e453617a2c179580a55d6cbe0619fa95adf693':
  Revert "Change GATT_FAILURE from 0 to 0x101"
parents 5003bb10 1626eab8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -70,6 +70,9 @@ public final class BluetoothGatt implements BluetoothProfile {

    private List<BluetoothGattService> mServices;

    /** A GATT operation failed */
    public static final int GATT_FAILURE = 0;

    /** A GATT operation completed successfully */
    public static final int GATT_SUCCESS = 0;

@@ -94,9 +97,6 @@ public final class BluetoothGatt implements BluetoothProfile {
    /** A write operation exceeds the maximum length of the attribute */
    public static final int GATT_INVALID_ATTRIBUTE_LENGTH = 0xd;

    /** A GATT operation failed, errors other than the above */
    public static final int GATT_FAILURE = 0x101;

    /**
     * No authentication required.
     * @hide