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

Commit f7b74742 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Unhide BluetoothProfile.LE_AUDIO and getGroupId for the App usage." am: f20d5d9739

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1697193

Change-Id: Ieac08c26b8309322e0fcf4fcc1e49b5201b39ccf
parents 2a75613d 0804461a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -335,7 +335,6 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable {
     * earbud)
     * earbud)
     * @param device LE Audio capable device
     * @param device LE Audio capable device
     * @return group id that this device currently belongs to
     * @return group id that this device currently belongs to
     * @hide
     */
     */
    @RequiresPermission(Manifest.permission.BLUETOOTH)
    @RequiresPermission(Manifest.permission.BLUETOOTH)
    public int getGroupId(@NonNull BluetoothDevice device) {
    public int getGroupId(@NonNull BluetoothDevice device) {
+0 −1
Original line number Original line Diff line number Diff line
@@ -210,7 +210,6 @@ public interface BluetoothProfile {
    /**
    /**
     * LE Audio Device
     * LE Audio Device
     *
     *
     * @hide
     */
     */
    int LE_AUDIO = 22;
    int LE_AUDIO = 22;