diff --git a/core/java/android/bluetooth/BluetoothA2dp.java b/core/java/android/bluetooth/BluetoothA2dp.java index 231f5920be56f..9246a1035087a 100644 --- a/core/java/android/bluetooth/BluetoothA2dp.java +++ b/core/java/android/bluetooth/BluetoothA2dp.java @@ -56,7 +56,7 @@ public final class BluetoothA2dp implements BluetoothProfile { *
  • {@link BluetoothDevice#EXTRA_DEVICE} - The remote device.
  • * * - * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of + *

    {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING}, * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}. * @@ -75,10 +75,10 @@ public final class BluetoothA2dp implements BluetoothProfile { *

    * - * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of + *

    {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of * {@link #STATE_PLAYING}, {@link #STATE_NOT_PLAYING}, * *

    Requires {@link android.Manifest.permission#BLUETOOTH} permission to diff --git a/core/java/android/bluetooth/BluetoothHeadset.java b/core/java/android/bluetooth/BluetoothHeadset.java index 768a6ff17c94f..fa5552096605c 100644 --- a/core/java/android/bluetooth/BluetoothHeadset.java +++ b/core/java/android/bluetooth/BluetoothHeadset.java @@ -57,7 +57,7 @@ public final class BluetoothHeadset implements BluetoothProfile { *

  • {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile.
  • *
  • {@link BluetoothDevice#EXTRA_DEVICE} - The remote device.
  • * - * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of + *

    {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING}, * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}. * @@ -78,7 +78,7 @@ public final class BluetoothHeadset implements BluetoothProfile { *

  • {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile.
  • *
  • {@link BluetoothDevice#EXTRA_DEVICE} - The remote device.
  • * - * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of + *

    {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of * {@link #STATE_AUDIO_CONNECTED}, {@link #STATE_AUDIO_DISCONNECTED}, * *

    Requires {@link android.Manifest.permission#BLUETOOTH} permission @@ -102,12 +102,12 @@ public final class BluetoothHeadset implements BluetoothProfile { *

  • {@link #EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE} - The AT * command type which can be one of {@link #AT_CMD_TYPE_READ}, * {@link #AT_CMD_TYPE_TEST}, or {@link #AT_CMD_TYPE_SET}, - * {@link #AT_CMD_TYPE_BASIC},{@link #AT_CMD_TYPE_ACTION}.
  • + * {@link #AT_CMD_TYPE_BASIC},{@link #AT_CMD_TYPE_ACTION}.
  • *
  • {@link #EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS} - Command * arguments.
  • * * - * The category is the Company ID of the vendor defining the + *

    The category is the Company ID of the vendor defining the * vendor-specific command. {@link BluetoothAssignedNumbers} * * For example, for Plantronics specific events @@ -117,7 +117,7 @@ public final class BluetoothHeadset implements BluetoothProfile { *

    *

    Requires {@link android.Manifest.permission#BLUETOOTH} permission * to receive.