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:
parent
6fe695d0eb
commit
809d0d74ff
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue