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

Commit d510195a authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Automerger Merge Worker
Browse files

Merge "CIS link is unidirectional when peripheral to central SDU is zero" into main am: 5130270e

parents 8682cff1 5130270e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1323,7 +1323,7 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
    LOG_INFO("DSA mode selected: %d", (int)group->dsa_mode_);

    /* Unidirectional streaming */
    if (param.sdu_itv_stom != 0) {
    if (param.sdu_itv_stom == 0) {
      LOG_INFO("Media streaming, apply DSA parameters");

      switch (group->dsa_mode_) {