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

Commit 0412eca5 authored by Patty Huang's avatar Patty Huang
Browse files

Add field `isStreamActive` in LeAudioConfiguration to indicate the stream status

Tag: #feature
Bug: 249614160
Test: m android.hardware.bluetooth.audio-update-api
Change-Id: I7930d30a1bc2f2862489f9e70e45926589996ce7
parent ef0ed10e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,5 +42,6 @@ parcelable LeAudioConfiguration {
  parcelable StreamMap {
    char streamHandle;
    int audioChannelAllocation;
    boolean isStreamActive;
  }
}
+4 −0
Original line number Diff line number Diff line
@@ -35,6 +35,10 @@ parcelable LeAudioConfiguration {
         * Audio Location assigned number.
         */
        int audioChannelAllocation;
        /*
         * The stream handle status
         */
        boolean isStreamActive;
    }
    CodecType codecType;
    StreamMap[] streamMap;