summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Prerepa Viswanadham <dham@google.com> 2014-10-16 18:35:33 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-10-16 18:35:33 +0000
commit06819409c673b6f93c1df9f7d6949f623ff67192 (patch)
treebe15d186ccf1c782319494bfff47e34e72b7b5f0
parente526668eae7ba79e9558cb2b34486bbae2403fd5 (diff)
parent56302744c4b22342798e3a08c03b34322a8a9dd3 (diff)
am 56302744: am 248edc3e: Update javadoc comments for getBluetoothLeAdvertiser()
* commit '56302744c4b22342798e3a08c03b34322a8a9dd3': Update javadoc comments for getBluetoothLeAdvertiser()
-rw-r--r--core/java/android/bluetooth/BluetoothAdapter.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java
index 210bbdf05486..f2e03cf89285 100644
--- a/core/java/android/bluetooth/BluetoothAdapter.java
+++ b/core/java/android/bluetooth/BluetoothAdapter.java
@@ -454,8 +454,9 @@ public final class BluetoothAdapter {
}
/**
- * Returns a {@link BluetoothLeAdvertiser} object for Bluetooth LE Advertising operations, or
- * null if Bluetooth LE Advertising is not support on this device.
+ * Returns a {@link BluetoothLeAdvertiser} object for Bluetooth LE Advertising operations.
+ * Will return null if Bluetooth is turned off or if Bluetooth LE Advertising is not
+ * supported on this device.
* <p>
* Use {@link #isMultipleAdvertisementSupported()} to check whether LE Advertising is supported
* on this device before calling this method.