aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKolin Lu <kolinlu@google.com>2023-05-22 10:18:07 -0700
committerKolin Lu <kolinlu@google.com>2023-05-22 10:18:07 -0700
commit55f33ddc929cc6448306638b3b83f691aaa04781 (patch)
tree767ab18e3ef0f9c2ccd1e3220bfbfb7c3de23e0a
parent44cf99e7d690030967c22ff98139c187d023d8fe (diff)
downloadmobly-bundled-snippets-55f33ddc929cc6448306638b3b83f691aaa04781.tar.gz
Correct the docstring for the scanResponse in BluetoothLeAdvertiser#startAdvertising
-rw-r--r--src/main/java/com/google/android/mobly/snippet/bundled/BluetoothLeAdvertiserSnippet.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/google/android/mobly/snippet/bundled/BluetoothLeAdvertiserSnippet.java b/src/main/java/com/google/android/mobly/snippet/bundled/BluetoothLeAdvertiserSnippet.java
index 49e0f62..12537a5 100644
--- a/src/main/java/com/google/android/mobly/snippet/bundled/BluetoothLeAdvertiserSnippet.java
+++ b/src/main/java/com/google/android/mobly/snippet/bundled/BluetoothLeAdvertiserSnippet.java
@@ -96,9 +96,9 @@ public class BluetoothLeAdvertiserSnippet implements Snippet {
* }
* </pre>
*
- * @param scanResponse A JSONObject representing a {@link AdvertiseData} object is returned when
- * a scanning device sends an active scan request. The data structure will be the same as
- * advertiseData.
+ * @param scanResponse A JSONObject representing a {@link AdvertiseData} object which saved the
+ * advertisement data when a scanning device sends an active scan request. The data
+ * structure will be the same as advertiseData.
*
* @throws BluetoothLeAdvertiserSnippetException
* @throws JSONException