summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothClass.java
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-12-09 16:07:39 -0800
committerScott Main <smain@google.com>2009-12-09 17:59:38 -0800
commited2a70d6495b3f1928e36ad2b00ee4d33b2c0379 (patch)
treedcc0b71b27071196cf1e9d8585338c8e3ddd4a7e /core/java/android/bluetooth/BluetoothClass.java
parent282a742347bcb673f278c56b4dfede328a655296 (diff)
docs: add the Bluetooth developer guide,
and make some revisions to the BT javadocs
Diffstat (limited to 'core/java/android/bluetooth/BluetoothClass.java')
-rw-r--r--core/java/android/bluetooth/BluetoothClass.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/bluetooth/BluetoothClass.java b/core/java/android/bluetooth/BluetoothClass.java
index bc067130584e..c7fea9e1dad0 100644
--- a/core/java/android/bluetooth/BluetoothClass.java
+++ b/core/java/android/bluetooth/BluetoothClass.java
@@ -25,10 +25,6 @@ import android.os.Parcelable;
* specify the general device type such as a phone, a computer, or
* headset, and whether it's capable of services such as audio or telephony.
*
- * <p>The Bluetooth class is useful as a hint to roughly describe a device (for example to
- * show an icon in the UI), but does not reliably describe which Bluetooth
- * profiles or services are actually supported by a device.
- *
* <p>Every Bluetooth class is composed of zero or more service classes, and
* exactly one device class. The device class is further broken down into major
* and minor device class components.