Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d413916 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Fix the build.

Use correct javadoc in BluetoothHeadset.java.

Change-Id: I17b4cf570036ebf426252229fe9ef377ced9b67b
parent 7c81f1f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -849,10 +849,10 @@ public final class BluetoothHeadset implements BluetoothProfile {
     * Sends a vendor-specific unsolicited result code to the headset.
     * Sends a vendor-specific unsolicited result code to the headset.
     *
     *
     * <p>The actual string to be sent is <code>command + ": " + arg</code>.
     * <p>The actual string to be sent is <code>command + ": " + arg</code>.
     * 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 <code>"+ANDROID: 0"</code> will be sent.
     * is {@code "0"}, the string <code>"+ANDROID: 0"</code> will be sent.
     *
     *
     * <p>Currently only {@link VENDOR_RESULT_CODE_COMMAND_ANDROID} is allowed as {@code command}.
     * <p>Currently only {@link #VENDOR_RESULT_CODE_COMMAND_ANDROID} is allowed as {@code command}.
     *
     *
     * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
     * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
     *
     *