diff options
| author | Robert Ly <robertly@google.com> | 2014-06-24 01:36:37 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-24 00:22:15 +0000 |
| commit | 0ebf5c7f4dee231bd71fb98ee6ab4e0cb943685f (patch) | |
| tree | cc0606637b0c893e873f259a2bc7d7ccbc9adf4c /docs/html | |
| parent | 7e81aab55ae941800b90cb2a5af3da488ddebbe7 (diff) | |
| parent | 61faa3f068bfb82ffd79d6f584b7aff82dabeafd (diff) | |
| download | frameworks_base-0ebf5c7f4dee231bd71fb98ee6ab4e0cb943685f.zip frameworks_base-0ebf5c7f4dee231bd71fb98ee6ab4e0cb943685f.tar.gz frameworks_base-0ebf5c7f4dee231bd71fb98ee6ab4e0cb943685f.tar.bz2 | |
Merge "docs: Updates for L Preview Support page." into klp-modular-dev
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/preview/support.jd | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 05e53ac..8efc4bc 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -67,8 +67,27 @@ mirroring session from the Quick Settings shade.</li> the locale is set to {@code fr} (FRENCH).</li></ul> <h3 id="Wireless">Wireless and Connectivity</h3> -<ul><li>The {@code android.bluetooth.le} APIs are supported only on Nexus 5 -devices.</li></ul> +<ul> +<li>The {@code android.bluetooth.le} APIs are supported only on Nexus 5 +devices.</li> +<li>You might encounter these issues while using Bluetooth LE scanning: + <ul> + <li><em>Settings</em> does not show all Bluetooth LE devices when a scan + filter is set.</li> + <li>System returns non-intuitive error messages during a Bluetooth LE scan, + when Bluetooth is off.</li> + <li>The {@code BluetoothLeScanner.startScan()} method starts failing after + six concurrent scans with different callbacks.</li> + </ul> +</li> +<li>You might encounter these issues while using Bluetooth LE advertising: + <ul> + <li>The device MAC address does not change for multiple advertising + when the application processor is asleep.</li> + <li>The TX Power Level is always 0 in advertising packets.</li> + </ul> +</li> +</ul> <h3 id="Enterprise">Enterprise</h3> <ul> |
