car: Disabled BT MAP causing cyclic BT reconnect

Disabled BT Message Access Profile. Allows to keep connection to the paired device
This commit is contained in:
adufftpc
2024-03-25 12:47:45 +04:00
committed by aloshchilov
parent b7ac80d55f
commit 973797e543

View File

@@ -28,6 +28,7 @@ PRODUCT_VENDOR_PROPERTIES += \
bluetooth.profile.hfp.ag.enabled=false \ bluetooth.profile.hfp.ag.enabled=false \
bluetooth.profile.hid.device.enabled=false \ bluetooth.profile.hid.device.enabled=false \
bluetooth.profile.hid.host.enabled=false \ bluetooth.profile.hid.host.enabled=false \
bluetooth.profile.map.client.enabled=false \
bluetooth.profile.map.server.enabled=false \ bluetooth.profile.map.server.enabled=false \
bluetooth.profile.mcp.server.enabled=false \ bluetooth.profile.mcp.server.enabled=false \
bluetooth.profile.opp.enabled=false \ bluetooth.profile.opp.enabled=false \