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

Commit cabd9bc2 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 am: 819b5ca3 am: 075cf021

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

Change-Id: Ic547161c4379e6105aeda9c798e71a7ed014ecbc
parents 5e5ee42a 075cf021
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);