Disable unsupported BT profiles am: 809d0d74ff
am: cf3be35d6d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20705025 Change-Id: I7a1b239f5f6b89ea3b7d1148abe1db823ed90827 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
569fc5fe18
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue