diff options
author | Chienyuan Huang <chienyuanhuang@google.com> | 2021-03-20 00:26:04 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-20 00:26:04 +0000 |
commit | 4a47532570e9f67e669a1af30185e20b9ce748ec (patch) | |
tree | c5f0f164878a6ea873a6cdedc6e26c51338e59fe /core/api | |
parent | efad4dcd74976f0b051a4673b3cb9fc5fbb75c5a (diff) | |
parent | f757d2fa69546fc25e36ebef1b8e49c6afc2ece5 (diff) |
Merge "Le Scan: Add ambient discovery mode (1/2)"
Diffstat (limited to 'core/api')
-rw-r--r-- | core/api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 2b37fef55d56..9c6f3caee8ca 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -1727,6 +1727,7 @@ package android.bluetooth.le { } public final class ScanSettings implements android.os.Parcelable { + field public static final int SCAN_MODE_AMBIENT_DISCOVERY = 3; // 0x3 field public static final int SCAN_RESULT_TYPE_ABBREVIATED = 1; // 0x1 field public static final int SCAN_RESULT_TYPE_FULL = 0; // 0x0 } |