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

Commit 819b5ca3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Fix initialization of the cis cfg" am: 3938881c

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

Change-Id: I98fb7aca82df8b15d70aef6bae85ba6d99213be1
parents eb05510c 3938881c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -860,7 +860,8 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
        if (iter != cis_cfgs.end()) continue;

        auto ases_pair = leAudioDevice->GetAsesByCisId(cis);
        EXT_CIS_CFG cis_cfg;
        EXT_CIS_CFG cis_cfg = {0, 0, 0, 0, 0, 0, 0};

        cis_cfg.cis_id = ase->cis_id;
        cis_cfg.phy_mtos =
            group->GetPhyBitmask(le_audio::types::kLeAudioDirectionSink);