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

Commit 35686817 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

CIS link is unidirectional when peripheral to central SDU is zero

Test: mmm packages/modules/Bluetooth
Test: No op
Bug: 314844884
Bug: 309665975
Change-Id: I12c0b809d011328927f158f8702a5b0a234f64cc
parent 7aacb0a3
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_) {