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

Commit e50c7720 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: Fix interval low/min values"

parents 43b52848 1a4f14b8
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.