From 8fc1e786fc5aee27222316aa890ec1a968a54464 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 b6aa4f4..1dd4aa6 100644 --- a/aosp_rpi4_car.mk +++ b/aosp_rpi4_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 \