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

Commit 191318bb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove asymmetric PHY config to avoid IOP issue" into main

parents f65af1aa 5f4e9535
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1289,13 +1289,6 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
      return false;
    }

    // Use 1M Phy for the ACK packet from remote device to phone for better
    // sensitivity
    if (max_sdu_size_stom == 0 &&
        (phy_stom & bluetooth::hci::kIsoCigPhy1M) != 0) {
      phy_stom = bluetooth::hci::kIsoCigPhy1M;
    }

    uint8_t rtn_mtos = 0;
    uint8_t rtn_stom = 0;