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

Commit 5130270e authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Gerrit Code Review
Browse files

Merge "CIS link is unidirectional when peripheral to central SDU is zero" into main

parents 75058742 35686817
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_) {