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
This commit is contained in:
Barry 2024-04-01 16:01:16 +00:00 committed by Barry Wang
parent ce48f0730f
commit c0850719ff
3 changed files with 6 additions and 6 deletions

View file

@ -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
# <string> The hardware stage with old chip revision is no longer
# supported by BT firmware.

View file

@ -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
# <string> The hardware stage with old chip revision is no longer
# supported by BT firmware.

View file

@ -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
# <string> The hardware stage with old chip revision is no longer
# supported by BT firmware.