From 18b76635dcb1175af7d357b240cd636c5188c2c2 Mon Sep 17 00:00:00 2001 From: weichinweng Date: Mon, 29 Jan 2024 02:57:00 +0000 Subject: [PATCH] Add BT offload config into bt_vendo_overlay bug: 287672291 bug: 323464810 Test: BT off/on when BT CHRE enabled/disabled Change-Id: Iee27e067bb691e79196058b860235543ec64b4fd --- bluetooth/bt_vendor_overlay.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bluetooth/bt_vendor_overlay.conf b/bluetooth/bt_vendor_overlay.conf index f3d4b3f..1ec91aa 100644 --- a/bluetooth/bt_vendor_overlay.conf +++ b/bluetooth/bt_vendor_overlay.conf @@ -13,5 +13,18 @@ AocPowerPinCtrlCheckEnable = true # This only affects when AocPowerPinCtrlCheckEnable is true HwStageDoesNotCtrlPowerPinFromAoc = DEV1.0 +# Priority of uart type +# HciUartSocket = 0 +# SerialUartPort = 1 +# SerialAocUartPort = 2 +# UserialInvalid = 3 +UserialTypePriority = 2-1 + +# The hardware support which offload capability +BtOffloadCap = AOC + +# The BT Offload Trunk Flag Group Name +BtOffloadTrunkGroup = 24M_AOC + # APM Uart skip suspend to aovid hold system too long when BT using AOC UART ApmUartSkipSuspend = true