Disable unsupported BT profiles am: 809d0d74ff

Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20705025

Change-Id: I2bb8c455557d823c72789f719daea5ae6dc81d70
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Himanshu Rawat 2022-12-15 09:08:00 +00:00 committed by Automerger Merge Worker
commit cf3be35d6d

View file

@ -31,6 +31,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.firmware.selection="BTFW.hcd" persist.bluetooth.firmware.selection="BTFW.hcd"
# Disable MAP, PBAP and SAP profiles
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.map.server.enabled=false \
bluetooth.profile.pbap.server.enabled=false \
bluetooth.profile.sap.server.enabled=false \
BLUETOOTH_UART_PORT = /dev/ttySAC18 BLUETOOTH_UART_PORT = /dev/ttySAC18
# Inject soong bluetooth configurations # Inject soong bluetooth configurations