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

Commit fad67267 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

LE: Hide new congestion constant for now

Change-Id: I86455be16bc3356a1ad24db6d6e6835cb299eb5f
parent 7bb5e3fd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -85,7 +85,9 @@ 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 remote device connection is congested. */
    /** A remote device connection is congested.
     * @hide
     */
    public static final int GATT_CONNECTION_CONGESTED = 0x8f;

    /** A GATT operation failed, errors other than the above */