From 741b658768af9b48058c9d6d2c32ade4bd158b98 Mon Sep 17 00:00:00 2001 From: Konsta Date: Sat, 7 Sep 2024 12:24:29 +0300 Subject: [PATCH] car: enable A2DP source bluetooth profile * https://android.googlesource.com/device/google_car/+/61473cb0ebd9e6071fa9e219be43651337fae752 --- aosp_rpi4_car.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/aosp_rpi4_car.mk b/aosp_rpi4_car.mk index 6eef656..8b98c2c 100644 --- a/aosp_rpi4_car.mk +++ b/aosp_rpi4_car.mk @@ -25,7 +25,6 @@ PRODUCT_COPY_FILES += \ # Bluetooth 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.bap.broadcast.assist.enabled=false \ bluetooth.profile.bap.unicast.client.enabled=false \