diff options
author | Jakub Pawłowski <jpawlowski@google.com> | 2022-03-17 14:23:24 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-03-17 14:23:24 +0000 |
commit | 1d34dd928e9c46616ae2690ac9474dfa47219e3b (patch) | |
tree | 764dcab7a8f8caa9003a2405634e7d3c9c060c68 /framework/java/android/bluetooth/BluetoothLeAudio.java | |
parent | 38f103e213b84233586e309a6883e104d7d26694 (diff) | |
parent | 3716c5af9551053d35cfd90e8ee41e8f7b54d5ea (diff) |
Merge "BluetoothLeAudio: Fix method description"
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothLeAudio.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothLeAudio.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/java/android/bluetooth/BluetoothLeAudio.java b/framework/java/android/bluetooth/BluetoothLeAudio.java index bd6cfaf14e..1cbb6de3aa 100644 --- a/framework/java/android/bluetooth/BluetoothLeAudio.java +++ b/framework/java/android/bluetooth/BluetoothLeAudio.java @@ -828,13 +828,13 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable { } /** - * Get lead device for a group. + * Get Lead device for the group. * * Lead device is the device that can be used as an active device in the system. * Active devices points to the Audio Device for the Le Audio group. - * This method returns a list of Lead devices for all the connected LE Audio - * groups and those devices should be used in the setActiveDevice() method by other parts - * of the system, which wants to setActive a particular Le Audio Group. + * This method returns the Lead devices for the connected LE Audio + * group and this device should be used in the setActiveDevice() method by other parts + * 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. |