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

Commit f2d9196a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 80514eee 0412eca5
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;