diff options
author | Jake Hamby <jhamby@google.com> | 2010-09-21 13:39:53 -0700 |
---|---|---|
committer | Jake Hamby <jhamby@google.com> | 2010-09-30 15:43:34 -0700 |
commit | 04c7138c7c1f36d54fbe33c40644e197248166b9 (patch) | |
tree | cdd1caa4e77cb6b8f845e4ff1c6e3670dbce3ca7 /framework/java/android/bluetooth/BluetoothClass.java | |
parent | c7e8488fc4a1b3f5bcfbfba153be079fded7cdaa (diff) |
Typo fixes in comments and minor code cleanups.
* Fix some typos in Javadoc and log messages.
* Remove redundant initializer in BluetoothAdapter.readOutOfBandData()
* Use canonical "UTF-8" charset name instead of "UTF8" in
BluetoothDevice.convertPinToBytes()
Change-Id: I58cd5dc48a7ad0053d204c5f590b4b3d438d8672
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothClass.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothClass.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothClass.java b/framework/java/android/bluetooth/BluetoothClass.java index c7fea9e1da..6a878d73e2 100644 --- a/framework/java/android/bluetooth/BluetoothClass.java +++ b/framework/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. |