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

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

Merge "Remove asymmetric_phy_for_unidirectional_cis feature flag" into main

parents 5f74104e b6fe27c7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -31,13 +31,6 @@ flag {
    bug: "309665975"
}

flag {
    name: "asymmetric_phy_for_unidirectional_cis"
    namespace: "bluetooth"
    description: "Apply asymetric PHY setting for unidirectional CIS"
    bug: "314176433"
}

flag {
    name: "leaudio_hal_client_asrc"
    namespace: "bluetooth"
+1 −2
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ public:
        notify_streaming_when_cises_are_ready_(false),
        audio_directions_(0),
        dsa_({DsaMode::DISABLED, false}),
        asymmetric_phy_for_unidirectional_cis_supported(true),
        is_enabled_(true),
        transport_latency_mtos_us_(0),
        transport_latency_stom_us_(0),
@@ -142,8 +143,6 @@ public:
    is_output_preference_le_audio = true;
    is_duplex_preference_le_audio = true;
#endif
    asymmetric_phy_for_unidirectional_cis_supported =
            com::android::bluetooth::flags::asymmetric_phy_for_unidirectional_cis();
  }
  ~LeAudioDeviceGroup(void);