Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6fd72a8 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "BluetoothLeAudio: Fix method description" am: 1d34dd92

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2028182

Change-Id: I72d5669e7cf646baeef732be25e4131850cd6e69
parents 17dcff6b 1d34dd92
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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.