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

Commit 93b7320b authored by Roopa Sattiraju's avatar Roopa Sattiraju Committed by Automerger Merge Worker
Browse files

Merge "EXTRA_LE_AUDIO_GROUP_STATUS should be a SystemApi for completeness."...

Merge "EXTRA_LE_AUDIO_GROUP_STATUS should be a SystemApi for completeness." am: 5c67029f am: 6469eef1 am: d833c071 am: e2ee859b

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

Change-Id: I99845e3882ac42d08abfd172e5d6287bc9134261
parents b77702db e2ee859b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -368,6 +368,7 @@ package android.bluetooth {
    field public static final int AUDIO_LOCATION_INVALID = -1; // 0xffffffff
    field public static final String EXTRA_LE_AUDIO_GROUP_ID = "android.bluetooth.extra.LE_AUDIO_GROUP_ID";
    field public static final String EXTRA_LE_AUDIO_GROUP_NODE_STATUS = "android.bluetooth.extra.LE_AUDIO_GROUP_NODE_STATUS";
    field public static final String EXTRA_LE_AUDIO_GROUP_STATUS = "android.bluetooth.extra.LE_AUDIO_GROUP_STATUS";
    field public static final int GROUP_NODE_ADDED = 1; // 0x1
    field public static final int GROUP_NODE_REMOVED = 2; // 0x2
  }
+1 −0
Original line number Diff line number Diff line
@@ -308,6 +308,7 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable {
     * <p>
     * @hide
     */
    @SystemApi
    public static final String EXTRA_LE_AUDIO_GROUP_STATUS =
            "android.bluetooth.extra.LE_AUDIO_GROUP_STATUS";