summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothServerSocket.java
diff options
context:
space:
mode:
authorNan Zhang <nanzhang@google.com>2018-10-11 17:54:36 -0700
committerNan Zhang <nanzhang@google.com>2018-10-11 17:54:36 -0700
commit55581d99b56ea0d7b9e6cdcfca412ef8ae146201 (patch)
tree24b08f93a2525f7e70aec1534406c2eafdafc55a /core/java/android/bluetooth/BluetoothServerSocket.java
parente3630c858a747e48dbda80edcb054b01a39890bd (diff)
Fix the incorrect javadoc links
A lot of unresolved link errors showing up after go/ag/5172152. Test: m -j docs with -lerror enabled Bug: b/116163454 Change-Id: I74d1f75e0f00015410a63e13103c28a9c84b4fe0
Diffstat (limited to 'core/java/android/bluetooth/BluetoothServerSocket.java')
-rw-r--r--core/java/android/bluetooth/BluetoothServerSocket.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothServerSocket.java b/core/java/android/bluetooth/BluetoothServerSocket.java
index 758c68db1c5f..4e886250b4fa 100644
--- a/core/java/android/bluetooth/BluetoothServerSocket.java
+++ b/core/java/android/bluetooth/BluetoothServerSocket.java
@@ -203,8 +203,8 @@ public final class BluetoothServerSocket implements Closeable {
/**
* Returns the assigned dynamic protocol/service multiplexer (PSM) value for the listening L2CAP
* Connection-oriented Channel (CoC) server socket. This server socket must be returned by the
- * {@link BluetoothAdapter.listenUsingL2capChannel()} or {@link
- * BluetoothAdapter.listenUsingInsecureL2capChannel()}. The returned value is undefined if this
+ * {@link BluetoothAdapter#listenUsingL2capChannel()} or {@link
+ * BluetoothAdapter#listenUsingInsecureL2capChannel()}. The returned value is undefined if this
* method is called on non-L2CAP server sockets.
*
* @return the assigned PSM or LE_PSM value depending on transport