Disable unsupported BT profiles

PBAP server, MAP server and SAP server roles are not supported on the
TangorPro

Bug: 262203491
Test: adb shell getprop bluetooth.profile.map.server.enabled; adb shell
getprop bluetooth.profile.pbap.server.enabled; adb shell getprop
bluetooth.profile.sap.server.enabled

Change-Id: I90d965ea77d015077bad844a8d377254c4e2a886
This commit is contained in:
Himanshu Rawat 2022-12-12 09:25:43 +00:00
parent 6fe695d0eb
commit 809d0d74ff

View file

@ -31,6 +31,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PRODUCT_PROPERTIES += \
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
# Inject soong bluetooth configurations