From 51c1cfe4614c20ee628c9a836c194151120d9ca0 Mon Sep 17 00:00:00 2001 From: Barry Date: Mon, 1 Apr 2024 16:15:36 +0000 Subject: [PATCH] Bluetooth: Enable BQR Stats event and Disable BtHalBqrEnable this patch is to cooperate with Bluetooth Stack pre-build for BQRv6 1.Enable BQR RF Stats event (bit 8 = 1) at BQR event Mask 0x100 = 256, default value(295006) + 256 = 295262 2.Disable BtHalBqrEnable to disable config BQR from HAL Bug: 332305546 Test: Manual Change-Id: Ie9045b15bd9093a12d61eab592d29684c751e77f --- bluetooth/bt_vendor_overlay.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluetooth/bt_vendor_overlay.conf b/bluetooth/bt_vendor_overlay.conf index 318eee5..1b86112 100644 --- a/bluetooth/bt_vendor_overlay.conf +++ b/bluetooth/bt_vendor_overlay.conf @@ -13,7 +13,7 @@ AocPowerPinCtrlCheckEnable = true SarBackOffHighResolution = true # Update BQR Event Mask property value -BqrEventMaskValueUpdate = 295006 +BqrEventMaskValueUpdate = 295262 BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus @@ -23,7 +23,7 @@ AccelBtDisable = false BtHalRecoveryByRestart = true -BtHalBqrEnable = true +BtHalBqrEnable = false # The hardware stage with old chip revision is no longer # # supported by BT firmware.