summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothClass.java
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2010-09-30 15:47:34 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-30 15:47:34 -0700
commit0a972acf85ce0cf7bba5a77628e9cf59a0946bd0 (patch)
tree339f0289715da0759448708b022fe06857facd57 /core/java/android/bluetooth/BluetoothClass.java
parente0c12c8803a7e2457098afc5dbf00e501d725fa0 (diff)
parentf51eadaf1f83abfe16a609a4ded6d789494689b2 (diff)
Merge "Typo fixes in comments and minor code cleanups." into gingerbread
Diffstat (limited to 'core/java/android/bluetooth/BluetoothClass.java')
-rw-r--r--core/java/android/bluetooth/BluetoothClass.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothClass.java b/core/java/android/bluetooth/BluetoothClass.java
index c7fea9e1dad0..6a878d73e2ea 100644
--- a/core/java/android/bluetooth/BluetoothClass.java
+++ b/core/java/android/bluetooth/BluetoothClass.java
@@ -34,8 +34,8 @@ import android.os.Parcelable;
* Bluetooth profiles or services are actually supported by a device. Accurate
* service discovery is done through SDP requests, which are automatically
* performed when creating an RFCOMM socket with {@link
- * BluetoothDevice#createRfcommSocketToServiceRecord(UUID)} and {@link
- * BluetoothAdapter#listenUsingRfcommWithServiceRecord(String,UUID)}</p>
+ * BluetoothDevice#createRfcommSocketToServiceRecord} and {@link
+ * BluetoothAdapter#listenUsingRfcommWithServiceRecord}</p>
*
* <p>Use {@link BluetoothDevice#getBluetoothClass} to retrieve the class for
* a remote device.