From dbc0ad4d25e01f8d6a170ba2f93d705b709674be Mon Sep 17 00:00:00 2001 From: weichinweng Date: Tue, 25 Jul 2023 06:05:30 +0000 Subject: [PATCH] Enable Bluetooth CHRE feature on bt_vendor.conf Bug: 292853832 Test: Enable Bluetooth, make sure it will go the AOC path. Change-Id: I017971d2eb95fefac152bbb466c38a7830672f02 --- bluetooth/bt_vendor_overlay.conf | 3 +++ bluetooth/bt_vendor_overlay_ripcurrent.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bluetooth/bt_vendor_overlay.conf b/bluetooth/bt_vendor_overlay.conf index dc30336..37c1900 100644 --- a/bluetooth/bt_vendor_overlay.conf +++ b/bluetooth/bt_vendor_overlay.conf @@ -3,6 +3,9 @@ # Uart port name UartPort = /dev/ttySAC18 +# Userial type +UserialType = 2 + # Enable check whether let aoc controls power pin AocPowerPinCtrlCheckEnable = true diff --git a/bluetooth/bt_vendor_overlay_ripcurrent.conf b/bluetooth/bt_vendor_overlay_ripcurrent.conf index 2473a1b..a4a91d5 100644 --- a/bluetooth/bt_vendor_overlay_ripcurrent.conf +++ b/bluetooth/bt_vendor_overlay_ripcurrent.conf @@ -3,6 +3,9 @@ # Uart port name UartPort = /dev/ttySAC18 +# Userial type +UserialType = 2 + # Sar backOff high resolution support SarBackOffHighResolution = true