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

Commit 124982ee 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: 83c130f9 am: 05fcd2e7

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

Change-Id: Ic16e6e085fb492eb4e5406a601630010ff623654
parents 66f381d9 05fcd2e7
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;