Merge "BT: add sysprop to enable OPUS codec" into tm-qpr-dev
This commit is contained in:
commit
98827a2eca
2 changed files with 6 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
||||||
|
|
||||||
# Uart port name
|
# Uart port name
|
||||||
UartPort = /dev/ttySAC18
|
UartPort = /dev/ttySAC18
|
||||||
|
|
||||||
|
BtOpusEnabled = true
|
||||||
|
|
|
@ -294,3 +294,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.camera.extended_launch_boost=1 \
|
persist.vendor.camera.extended_launch_boost=1 \
|
||||||
persist.vendor.camera.raise_buf_allocation_priority=1 \
|
persist.vendor.camera.raise_buf_allocation_priority=1 \
|
||||||
persist.vendor.camera.debug.bypass_csi_link_crc_error=true
|
persist.vendor.camera.debug.bypass_csi_link_crc_error=true
|
||||||
|
|
||||||
|
# Bluetooth OPUS codec
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.opus.enabled=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue