From 944f18371b9c4562edafea5e73ab1139f290d63e Mon Sep 17 00:00:00 2001 From: Nan Zhang Date: Thu, 11 Oct 2018 17:54:36 -0700 Subject: [PATCH] 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 --- core/java/android/bluetooth/BluetoothDevice.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java index 193ff6346aef5..4d8dc35d71480 100644 --- a/core/java/android/bluetooth/BluetoothDevice.java +++ b/core/java/android/bluetooth/BluetoothDevice.java @@ -2174,9 +2174,7 @@ public final class BluetoothDevice implements Parcelable { *

The remote device will be authenticated and communication on this socket will be * encrypted. *

Use this socket if an authenticated socket link is possible. Authentication refers - * to the authentication of the link key to prevent man-in-the-middle type of attacks. When a - * secure socket connection is not possible, use {@link createInsecureLeL2capCocSocket(int, - * int)}. + * to the authentication of the link key to prevent man-in-the-middle type of attacks. * * @param psm dynamic PSM value from remote device * @return a CoC #BluetoothSocket ready for an outgoing connection