From 599a4858f5e0b4b9a3bf3b66a0c14bb11329e224 Mon Sep 17 00:00:00 2001 From: Konsta Date: Mon, 3 Mar 2025 16:59:22 +0200 Subject: [PATCH] Revert "car: BT AVRCP target enabled" * AVRCP target should be enabled with A2DP source and AVRCP controller should be enabled with A2DP sink. This reverts commit cf4022a69486612ba3f892d086800f2ed4461b53. --- aosp_rpi4_car.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/aosp_rpi4_car.mk b/aosp_rpi4_car.mk index 6eef656..483d13f 100644 --- a/aosp_rpi4_car.mk +++ b/aosp_rpi4_car.mk @@ -27,6 +27,7 @@ PRODUCT_VENDOR_PROPERTIES += \ bluetooth.device.class_of_device=38,4,8 \ bluetooth.profile.a2dp.source.enabled=false \ bluetooth.profile.asha.central.enabled=false \ + bluetooth.profile.avrcp.target.enabled=false \ bluetooth.profile.bap.broadcast.assist.enabled=false \ bluetooth.profile.bap.unicast.client.enabled=false \ bluetooth.profile.bas.client.enabled=false \