aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothDevice.java
diff options
context:
space:
mode:
authorRahul Sabnis <rahulsabnis@google.com>2021-07-02 22:31:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-02 22:31:26 +0000
commitffc8b79fa873565ad46bcc2c70bec012d1b24e53 (patch)
treebc56b4f969e1d9227bafbe035007f8fe38bb07ea /framework/java/android/bluetooth/BluetoothDevice.java
parent71fa7426dbf56eea382fd6dfafd88ebb0ff80e9c (diff)
parent608a46833283bab7cf5b464d57241947def3ab4e (diff)
Merge "Update BluetoothAdapter and BluetoothDevice documentation" am: 0591dcac60 am: 608a468332
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1713250 Change-Id: I3c67ce35ae5c26ff497365fb3ab683474e2b4b69
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothDevice.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothDevice.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java
index 21ec91865d..bbb550fd63 100644
--- a/framework/java/android/bluetooth/BluetoothDevice.java
+++ b/framework/java/android/bluetooth/BluetoothDevice.java
@@ -1775,7 +1775,8 @@ public final class BluetoothDevice implements Parcelable, Attributable {
* in getting the SDP records or if the process takes a long time, or the device is bonding and
* we have its UUIDs cached, {@link #ACTION_UUID} intent is sent with the UUIDs that is
* currently present in the cache. Clients should use the {@link #getUuids} to get UUIDs
- * if service discovery is not to be performed.
+ * if service discovery is not to be performed. If there is an ongoing bonding process,
+ * service discovery or device inquiry, the request will be queued.
*
* @return False if the check fails, True if the process of initiating an ACL connection
* to the remote device was started or cached UUIDs will be broadcast.