diff options
| author | 2017-09-08 20:26:37 +0000 | |
|---|---|---|
| committer | 2017-09-08 20:26:37 +0000 | |
| commit | ce784381fda59bc2ebb0eb26497a18508a876bbf (patch) | |
| tree | 5d7bb2176580bacee45bde5aea057bc6411803c3 | |
| parent | cc8763c1575582abc2e0ebea888031af20f9d6ad (diff) | |
| parent | 4b0748ffda489940bd4c5e275f83c3540ed0e60a (diff) | |
Merge "Update ScanSettings documentation for scan modes" am: 8157ab2a0e am: be7ccdf6e9
am: 4b0748ffda
Change-Id: Icad06975358e4814a3f05a363a41a7a77511bd88
| -rw-r--r-- | core/java/android/bluetooth/le/ScanSettings.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/le/ScanSettings.java b/core/java/android/bluetooth/le/ScanSettings.java index 35ed424aa2db..8fdcba85d33a 100644 --- a/core/java/android/bluetooth/le/ScanSettings.java +++ b/core/java/android/bluetooth/le/ScanSettings.java @@ -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; |