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

Commit 5f4e9535 authored by Alice Kuo's avatar Alice Kuo
Browse files

Remove asymmetric PHY config to avoid IOP issue

We lack a way to figure out if the remote device support asymmetric PHY
setting for LE audio media streaming. Remove the config first to avoid
IOP issues in the current stage

Bug: 310187752
Test: atest BluetoothInstrumentationTests

Change-Id: Ic8f38802f6d222a8afeac98b49ade936dc8af076
parent ee79690a
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;