diff --git a/core/java/android/bluetooth/BluetoothHeadset.java b/core/java/android/bluetooth/BluetoothHeadset.java index 49a1fb339872d..196251451128b 100644 --- a/core/java/android/bluetooth/BluetoothHeadset.java +++ b/core/java/android/bluetooth/BluetoothHeadset.java @@ -849,10 +849,10 @@ public final class BluetoothHeadset implements BluetoothProfile { * Sends a vendor-specific unsolicited result code to the headset. * *
The actual string to be sent is command + ": " + arg.
- * For example, if {@code command} is {@link VENDOR_RESULT_CODE_COMMAND_ANDROID} and {@code arg}
+ * For example, if {@code command} is {@link #VENDOR_RESULT_CODE_COMMAND_ANDROID} and {@code arg}
* is {@code "0"}, the string "+ANDROID: 0" will be sent.
*
- *
Currently only {@link VENDOR_RESULT_CODE_COMMAND_ANDROID} is allowed as {@code command}. + *
Currently only {@link #VENDOR_RESULT_CODE_COMMAND_ANDROID} is allowed as {@code command}. * *
Requires {@link android.Manifest.permission#BLUETOOTH} permission. *