From 46e16a108ba2870b40aac41c4e4a816b4fbccdb4 Mon Sep 17 00:00:00 2001 From: jonerlin Date: Tue, 15 Aug 2023 11:28:41 +0800 Subject: [PATCH] set the HW stage with old bluetooth chip that BT fimrware does not longer support it Bug: 290618957 Test: fake fw crash in Proto 1.1 device and check the log Change-Id: I6eb6bfe430eb68010b16c6c0af5ccd5c438fc5c6 --- bluetooth/bt_vendor_overlay.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth/bt_vendor_overlay.conf b/bluetooth/bt_vendor_overlay.conf index dc30336..765e60f 100644 --- a/bluetooth/bt_vendor_overlay.conf +++ b/bluetooth/bt_vendor_overlay.conf @@ -10,6 +10,10 @@ AocPowerPinCtrlCheckEnable = true # This only affects when AocPowerPinCtrlCheckEnable is true HwStageDoesNotCtrlPowerPinFromAoc = PROTO1.0-EVT1.0-EVT1.2 +# The hardware stage with old chip revision is no longer +# supported by BT firmware. +HwStageWithOldChipFwNoLongerSupport = PROTO1.0-PROTO1.1 + # Sar backOff high resolution support SarBackOffHighResolution = true