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
This commit is contained in:
parent
b588a2fc70
commit
bb80a75e1c
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
# Uart port name
|
# Uart port name
|
||||||
UartPort = /dev/ttySAC18
|
UartPort = /dev/ttySAC18
|
||||||
|
|
||||||
|
# Userial type
|
||||||
|
UserialType = 2
|
||||||
|
|
||||||
# Sar backOff high resolution support
|
# Sar backOff high resolution support
|
||||||
SarBackOffHighResolution = true
|
SarBackOffHighResolution = true
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
# Uart port name
|
# Uart port name
|
||||||
UartPort = /dev/ttySAC18
|
UartPort = /dev/ttySAC18
|
||||||
|
|
||||||
|
# Userial type
|
||||||
|
UserialType = 2
|
||||||
|
|
||||||
# Sar backOff high resolution support
|
# Sar backOff high resolution support
|
||||||
SarBackOffHighResolution = true
|
SarBackOffHighResolution = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue