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

Commit e772f79b authored by Jeremy Wu's avatar Jeremy Wu
Browse files

Floss: remove flag check for SWB support

This removes the flag check in the BT stack to let the audio server and
above determine whether to use SWB.

Bug: 269970706
Test: atest --host net_test_stack_btm --no-bazel-mode
Change-Id: Ibec6faa27bab45df79108d08eade73005f3a32cc
parent deda5454
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ bool get_swb_supported() {
  for (cached_codec_info c : cached_codecs) {
    // SWB runs on the same path as MSBC non-offload.
    if (c.inner.codec == MSBC_TRANSPARENT) {
      return osi_property_get_bool("bluetooth.sco.swb_supported", false);
      return true;
    }
  }
  return false;