Merge "Merge "Update ScanSettings documentation for scan modes" am: 8157ab2a0e am: be7ccdf6e9 am: 4b0748ffda" into oc-mr1-dev-plus-aosp

This commit is contained in:
Android Build Merger (Role)
2017-09-08 20:31:44 +00:00
committed by Android (Google) Code Review

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;