summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothLeAudio.java
diff options
context:
space:
mode:
authorBrian Orr <brianorr@google.com>2022-05-15 21:53:53 +0000
committerBrian Orr <brianorr@google.com>2022-05-15 21:58:48 +0000
commit7f249f8a08052d03bda4ebb8f55907fff1b8ee2e (patch)
tree8fa3abea83f8c1b720ecf8987b268315fde0c334 /framework/java/android/bluetooth/BluetoothLeAudio.java
parent38b36958966ff4a561cc1b6f9e8df87ae79793e0 (diff)
parent8b91c4ad7fae67132ca52a62ba74b11f8bd49f3d (diff)
Merge TP1A.220507.001
Change-Id: I0474d4c5321a9bca5e519669c5e7f8eb3aee821d
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothLeAudio.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothLeAudio.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothLeAudio.java b/framework/java/android/bluetooth/BluetoothLeAudio.java
index 7b2e9029ea..4346dae6da 100644
--- a/framework/java/android/bluetooth/BluetoothLeAudio.java
+++ b/framework/java/android/bluetooth/BluetoothLeAudio.java
@@ -803,7 +803,9 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable {
* of the system, which wants to set to active a particular Le Audio group.
*
* Note: getActiveDevice() returns the Lead device for the currently active LE Audio group.
- * Note: When lead device gets disconnected, there will be new lead device for the group.
+ * Note: When Lead device gets disconnected while Le Audio group is active and has more devices
+ * in the group, then Lead device will not change. If Lead device gets disconnected, for the
+ * Le Audio group which is not active, a new Lead device will be chosen
*
* @param groupId The group id.
* @return group lead device.