From 0913577abf87e35fedad8688bf7f28b7284dddce Mon Sep 17 00:00:00 2001 From: Barry Date: Mon, 18 Mar 2024 15:02:51 +0000 Subject: [PATCH] Bluetooth: enable BtHalBqrEnable Workaround Patch for BQRv6 enable tldr: the actual fix in Bluetooth stack is still under prebuilt process (b/329049227), this workaround is to enable BQR for debug controller issue in CM4KM4TK4 in advance. and will be reverted when the actual fix submit. Bug: 329589582 Test: Manual test on TK4EVT1.1 (bugreport:b/329589582#comment3) Change-Id: I505893957d7f212b00c7e760905c7b548ddc5099 --- bluetooth/bt_vendor_overlay_caiman.conf | 2 ++ bluetooth/bt_vendor_overlay_komodo.conf | 2 ++ bluetooth/bt_vendor_overlay_tokay.conf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/bluetooth/bt_vendor_overlay_caiman.conf b/bluetooth/bt_vendor_overlay_caiman.conf index d738895c..b2498cff 100644 --- a/bluetooth/bt_vendor_overlay_caiman.conf +++ b/bluetooth/bt_vendor_overlay_caiman.conf @@ -22,3 +22,5 @@ BtOpusEnabled = true AccelBtDisable = false BtHalRecoveryByRestart = true + +BtHalBqrEnable = true diff --git a/bluetooth/bt_vendor_overlay_komodo.conf b/bluetooth/bt_vendor_overlay_komodo.conf index d738895c..b2498cff 100644 --- a/bluetooth/bt_vendor_overlay_komodo.conf +++ b/bluetooth/bt_vendor_overlay_komodo.conf @@ -22,3 +22,5 @@ BtOpusEnabled = true AccelBtDisable = false BtHalRecoveryByRestart = true + +BtHalBqrEnable = true diff --git a/bluetooth/bt_vendor_overlay_tokay.conf b/bluetooth/bt_vendor_overlay_tokay.conf index d738895c..b2498cff 100644 --- a/bluetooth/bt_vendor_overlay_tokay.conf +++ b/bluetooth/bt_vendor_overlay_tokay.conf @@ -22,3 +22,5 @@ BtOpusEnabled = true AccelBtDisable = false BtHalRecoveryByRestart = true + +BtHalBqrEnable = true