diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd
index 05e53acf0084e..8efc4bc734f99 100644
--- a/docs/html/preview/support.jd
+++ b/docs/html/preview/support.jd
@@ -67,8 +67,27 @@ mirroring session from the Quick Settings shade.
the locale is set to {@code fr} (FRENCH).
Wireless and Connectivity
-- The {@code android.bluetooth.le} APIs are supported only on Nexus 5
-devices.
+
+- The {@code android.bluetooth.le} APIs are supported only on Nexus 5
+devices.
+- You might encounter these issues while using Bluetooth LE scanning:
+
+ - Settings does not show all Bluetooth LE devices when a scan
+ filter is set.
+ - System returns non-intuitive error messages during a Bluetooth LE scan,
+ when Bluetooth is off.
+ - The {@code BluetoothLeScanner.startScan()} method starts failing after
+ six concurrent scans with different callbacks.
+
+
+- You might encounter these issues while using Bluetooth LE advertising:
+
+ - The device MAC address does not change for multiple advertising
+ when the application processor is asleep.
+ - The TX Power Level is always 0 in advertising packets.
+
+
+
Enterprise