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

Commit 1f5efc48 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

LE: Hide new congestion constant for now

Change-Id: I86455be16bc3356a1ad24db6d6e6835cb299eb5f
parent 745ef9e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line 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 */
    /** A write operation exceeds the maximum length of the attribute */
    public static final int GATT_INVALID_ATTRIBUTE_LENGTH = 0xd;
    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;
    public static final int GATT_CONNECTION_CONGESTED = 0x8f;


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