Merge "bt: change bluetooth.uart.port property to soong config property this property is also tied to vendor partition usage" into tm-qpr-dev

This commit is contained in:
Poompatai Puntitpong 2022-12-14 02:59:32 +00:00 committed by Android (Google) Code Review
commit 6fe695d0eb

View file

@ -29,5 +29,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.bluetooth.a2dp_offload.disabled=false \
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.uart.port="/dev/ttySAC18" \
persist.bluetooth.firmware.selection="BTFW.hcd"
BLUETOOTH_UART_PORT = /dev/ttySAC18
# Inject soong bluetooth configurations
$(call soong_config_set,bluetooth,bluetooth_uart_port,$(BLUETOOTH_UART_PORT))