From 39e664fbae321967722eac41d70f4468f3c5cef5 Mon Sep 17 00:00:00 2001 From: Konsta Date: Tue, 18 Mar 2025 02:03:38 +0200 Subject: [PATCH] Revert "car: Disabled BT MAP causing cyclic BT reconnect" * This should be enabled on automotive targets and I can't reprocude any connection issues described in https://github.com/raspberry-vanilla/android_local_manifest/issues/33. * Partially fixes https://github.com/raspberry-vanilla/android_local_manifest/issues/110. This reverts commit 973797e543b36b6cefbf56f2ed41ad9ec152ca01. --- aosp_rpi4_car.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/aosp_rpi4_car.mk b/aosp_rpi4_car.mk index a425f4d..0cba7d7 100644 --- a/aosp_rpi4_car.mk +++ b/aosp_rpi4_car.mk @@ -37,7 +37,6 @@ PRODUCT_VENDOR_PROPERTIES += \ bluetooth.profile.hfp.ag.enabled=false \ bluetooth.profile.hid.device.enabled=false \ bluetooth.profile.hid.host.enabled=false \ - bluetooth.profile.map.client.enabled=false \ bluetooth.profile.map.server.enabled=false \ bluetooth.profile.mcp.server.enabled=false \ bluetooth.profile.opp.enabled=false \