From c0850719ff3cad34a7504a4a250b683000b66bfe Mon Sep 17 00:00:00 2001 From: Barry Date: Mon, 1 Apr 2024 16:01:16 +0000 Subject: [PATCH] Bluetooth: Enable BQR RF 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 (BQRv6 workaround) Bug: 332305546 Test: Manual Change-Id: Ie4a4cf4c36598d98ff43ea072a1a0d8cef22fd97 --- bluetooth/bt_vendor_overlay_caiman.conf | 4 ++-- bluetooth/bt_vendor_overlay_komodo.conf | 4 ++-- bluetooth/bt_vendor_overlay_tokay.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bluetooth/bt_vendor_overlay_caiman.conf b/bluetooth/bt_vendor_overlay_caiman.conf index 379d6dc7..4370f6b3 100644 --- a/bluetooth/bt_vendor_overlay_caiman.conf +++ b/bluetooth/bt_vendor_overlay_caiman.conf @@ -10,7 +10,7 @@ UartPort = /dev/ttySAC18 SarBackOffHighResolution = true # Update BQR Event Mask property value -BqrEventMaskValueUpdate = 295006 +BqrEventMaskValueUpdate = 295262 # Update BQR Event Mask property value BqrEnergyReportLogging = true @@ -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. diff --git a/bluetooth/bt_vendor_overlay_komodo.conf b/bluetooth/bt_vendor_overlay_komodo.conf index 379d6dc7..4370f6b3 100644 --- a/bluetooth/bt_vendor_overlay_komodo.conf +++ b/bluetooth/bt_vendor_overlay_komodo.conf @@ -10,7 +10,7 @@ UartPort = /dev/ttySAC18 SarBackOffHighResolution = true # Update BQR Event Mask property value -BqrEventMaskValueUpdate = 295006 +BqrEventMaskValueUpdate = 295262 # Update BQR Event Mask property value BqrEnergyReportLogging = true @@ -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. diff --git a/bluetooth/bt_vendor_overlay_tokay.conf b/bluetooth/bt_vendor_overlay_tokay.conf index 379d6dc7..4370f6b3 100644 --- a/bluetooth/bt_vendor_overlay_tokay.conf +++ b/bluetooth/bt_vendor_overlay_tokay.conf @@ -10,7 +10,7 @@ UartPort = /dev/ttySAC18 SarBackOffHighResolution = true # Update BQR Event Mask property value -BqrEventMaskValueUpdate = 295006 +BqrEventMaskValueUpdate = 295262 # Update BQR Event Mask property value BqrEnergyReportLogging = true @@ -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.