From bb80a75e1c95e6fce5fe9fe701ae0d7c742be27b Mon Sep 17 00:00:00 2001 From: weichinweng Date: Thu, 12 Jan 2023 06:49:52 +0000 Subject: [PATCH] Enable Bluetooth CHRE feature on bt_vendor.conf Modify the bt_vendor.conf to enable CHRE Bluetooth Feature Bug: 265244111 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 0b1c80f..f38c753 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 + # Sar backOff high resolution support SarBackOffHighResolution = true diff --git a/bluetooth/bt_vendor_overlay_ripcurrent.conf b/bluetooth/bt_vendor_overlay_ripcurrent.conf index edf5f27..c89dbb5 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