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

Commit 735393fd 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...

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

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



Change-Id: I7705d7ba7984a11c90e695b8581220230d491a5c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 647ec112 d510195a
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_) {