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

Commit 958154b5 authored by Vinay Kalia's avatar Vinay Kalia
Browse files

Update ScanSettings documentation for scan modes

SCAN_MODE_LOW_POWER is enforced for applications running
in background.

Test: BLE scanning applications.
BUG: 38198694
BUG: 62491228
Change-Id: Ib2b6c297298e05f1b088411e94cfe4789dde0821
parent 875d27e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public final class ScanSettings implements Parcelable {

    /**
     * Perform Bluetooth LE scan in low power mode. This is the default scan mode as it consumes the
     * least power.
     * least power. This mode is enforced if the scanning application is not in foreground.
     */
    public static final int SCAN_MODE_LOW_POWER = 0;