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

Commit 21b65e47 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

LeAudio: Fix uninitialized fields

Bug: 295972694
Test: atest bluetooth_le_audio_test bluetooth_le_audio_client_test bluetooth_test_broadcaster bluetooth_test_broadcaster_state_machine
Change-Id: I04c5fafc32a0e308f8f9a20c6e3f2642ad426567
parent bd27ec02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -706,6 +706,8 @@ struct ase {
        data_path_state(AudioStreamDataPathState::IDLE),
        configured_for_context_type(LeAudioContextType::UNINITIALIZED),
        preferred_phy(0),
        is_codec_in_controller(false),
        data_path_id(bluetooth::hci::iso_manager::kIsoDataPathDisabled),
        max_sdu_size(0),
        retrans_nb(0),
        max_transport_latency(0),