diff options
author | Chienyuan <chienyuanhuang@google.com> | 2021-03-12 20:46:17 +0800 |
---|---|---|
committer | Chienyuan <chienyuanhuang@google.com> | 2021-03-16 17:53:19 +0800 |
commit | f757d2fa69546fc25e36ebef1b8e49c6afc2ece5 (patch) | |
tree | 229521b77b470eab0c8b93e18141aa388be741d5 /core/api | |
parent | 9deb79f959b8459a1739f5bedfefac0e76a6b1d8 (diff) |
Le Scan: Add ambient discovery mode (1/2)
Bug: 177466875
Test: manual
Change-Id: I4a5c8a0768903ef0838dcf55cf5cfba9a0a18eef
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 da56f45e9d6e..526442f40f81 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -1677,6 +1677,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 } |