diff --git a/docs/html/training/tv/start/hardware.jd b/docs/html/training/tv/start/hardware.jd
index b1e39cb1a93b3..9a66c0959964d 100644
--- a/docs/html/training/tv/start/hardware.jd
+++ b/docs/html/training/tv/start/hardware.jd
@@ -99,10 +99,6 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION)
Camera |
{@code android.hardware.camera} |
-
- | Bluetooth |
- {@code android.hardware.bluetooth} |
-
| Near Field Communications (NFC) |
{@code android.hardware.nfc} |
@@ -159,8 +155,6 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION)
android:required="false"/>
<uses-feature android:name="android.hardware.camera"
android:required="false"/>
-<uses-feature android:name="android.hardware.bluetooth"
- android:required="false"/>
<uses-feature android:name="android.hardware.nfc"
android:required="false"/>
<uses-feature android:name="android.hardware.location.gps"