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

Commit 374e1992 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Align the logic with a2dp & le audio offload property concept" am:...

Merge "Align the logic with a2dp & le audio offload property concept" am: 83c130f9 am: 05fcd2e7 am: 124982ee am: bc78ad66

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

Change-Id: I09f13be4368886c15d63103e033f2ea706e76f96
parents a9e4ed57 bc78ad66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ struct codec_manager_impl {
      const std::vector<AudioSetConfiguration>& adsp_capabilities) {
    offload_enable_ = osi_property_get_bool(
                          "ro.bluetooth.leaudio_offload.supported", false) &&
                      osi_property_get_bool(
                          "persist.bluetooth.leaudio_offload.enabled", true);
                      !osi_property_get_bool(
                          "persist.bluetooth.leaudio_offload.disabled", true);
    if (offload_enable_ == false) {
      LOG_INFO("offload disabled");
      return;