Loading bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/LeAudioConfiguration.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -42,5 +42,6 @@ parcelable LeAudioConfiguration { parcelable StreamMap { char streamHandle; int audioChannelAllocation; boolean isStreamActive; } } bluetooth/audio/aidl/android/hardware/bluetooth/audio/LeAudioConfiguration.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,10 @@ parcelable LeAudioConfiguration { * Audio Location assigned number. */ int audioChannelAllocation; /* * The stream handle status */ boolean isStreamActive; } CodecType codecType; StreamMap[] streamMap; Loading Loading
bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/LeAudioConfiguration.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -42,5 +42,6 @@ parcelable LeAudioConfiguration { parcelable StreamMap { char streamHandle; int audioChannelAllocation; boolean isStreamActive; } }
bluetooth/audio/aidl/android/hardware/bluetooth/audio/LeAudioConfiguration.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,10 @@ parcelable LeAudioConfiguration { * Audio Location assigned number. */ int audioChannelAllocation; /* * The stream handle status */ boolean isStreamActive; } CodecType codecType; StreamMap[] streamMap; Loading