Merge "Update ScanSettings documentation for scan modes"

am: 8157ab2a0e

Change-Id: I15a77489072925f6e99e9a0a658910616164aef3
This commit is contained in:
Vinay Kalia
2017-09-08 19:58:33 +00:00
committed by android-build-merger

View File

@@ -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;