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

Commit ccb0ee1c authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Merge "Bluetooth: Fix interval low/min values" am: e50c7720 am: 0771cb13a2 am: 1655862b93

am: 9549869a

Change-Id: I55e757aed4cf9c8a2c9b6414804774af51188d65
parents 5795b086 9549869a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public final class AdvertisingSetParameters implements Parcelable {
    * Advertise on low frequency, around every 1000ms. This is the default and
    * preferred advertising mode as it consumes the least power.
    */
    public static final int INTERVAL_LOW = 1600;
    public static final int INTERVAL_HIGH = 1600;

    /**
     * Advertise on medium frequency, around every 250ms. This is balanced
@@ -47,7 +47,7 @@ public final class AdvertisingSetParameters implements Parcelable {
     * has the highest power consumption and should not be used for continuous
     * background advertising.
     */
    public static final int INTERVAL_HIGH = 160;
    public static final int INTERVAL_LOW = 160;

    /**
     * Minimum value for advertising interval.