From 9bac54570805411d36c2d3628a134dc2989f99bb Mon Sep 17 00:00:00 2001 From: weichinweng Date: Thu, 1 Jun 2023 08:01:34 +0000 Subject: [PATCH] Enable Bluetooth CHRE feature on bt_vendor.conf Modify the bt_vendor.conf to enable CHRE Bluetooth Feature Bug: 285255519 Test: Enable Bluetooth, make sure it will go the AOC path. Change-Id: I14f29d82bb115d8ca48361a5d2fd118295eb5a41 --- bluetooth/bt_vendor_overlay.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth/bt_vendor_overlay.conf b/bluetooth/bt_vendor_overlay.conf index 9d3b4f1..3b6fa80 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