From 9797a324caca5fe1cd151c8ac229140e1b5cb489 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 c724e60c782dc07f5437bea9a4841aa9165d99df. --- aosp_rpi5_car.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/aosp_rpi5_car.mk b/aosp_rpi5_car.mk index b591464..34ebd9b 100644 --- a/aosp_rpi5_car.mk +++ b/aosp_rpi5_car.mk @@ -35,7 +35,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 \