diff --git a/aosp_rpi5.mk b/aosp_rpi5.mk
index e83588c..ddf3370 100644
--- a/aosp_rpi5.mk
+++ b/aosp_rpi5.mk
@@ -15,8 +15,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Overlays
PRODUCT_PACKAGES += \
AndroidRpiOverlay \
- SettingsRpiOverlay \
+ BluetoothRpiOverlay \
SettingsProviderRpiOverlay \
+ SettingsRpiOverlay \
SystemUIRpiOverlay \
WifiRpiOverlay
diff --git a/aosp_rpi5_car.mk b/aosp_rpi5_car.mk
index 760d9e9..1a852b2 100644
--- a/aosp_rpi5_car.mk
+++ b/aosp_rpi5_car.mk
@@ -84,6 +84,7 @@ include packages/services/Car/car_product/occupant_awareness/OccupantAwareness.m
# Overlays
PRODUCT_PACKAGES += \
AndroidRpiOverlay \
+ BluetoothRpiOverlay \
CarServiceRpiOverlay \
SettingsProviderRpiOverlay \
WifiRpiOverlay
diff --git a/aosp_rpi5_tv.mk b/aosp_rpi5_tv.mk
index d3c4112..a896dbb 100644
--- a/aosp_rpi5_tv.mk
+++ b/aosp_rpi5_tv.mk
@@ -30,6 +30,7 @@ PRODUCT_COPY_FILES += \
# Overlays
PRODUCT_PACKAGES += \
AndroidTvRpiOverlay \
+ BluetoothRpiOverlay \
SettingsProviderTvRpiOverlay \
WifiRpiOverlay
diff --git a/overlay/BluetoothRpiOverlay/Android.bp b/overlay/BluetoothRpiOverlay/Android.bp
new file mode 100644
index 0000000..ed72783
--- /dev/null
+++ b/overlay/BluetoothRpiOverlay/Android.bp
@@ -0,0 +1,10 @@
+// Copyright (C) 2021-2022 KonstaKANG
+//
+// SPDX-License-Identifier: Apache-2.0
+
+runtime_resource_overlay {
+ name: "BluetoothRpiOverlay",
+ resource_dirs: ["res"],
+ sdk_version: "current",
+ proprietary: true
+}
diff --git a/overlay/BluetoothRpiOverlay/AndroidManifest.xml b/overlay/BluetoothRpiOverlay/AndroidManifest.xml
new file mode 100644
index 0000000..464c461
--- /dev/null
+++ b/overlay/BluetoothRpiOverlay/AndroidManifest.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
diff --git a/overlay/BluetoothRpiOverlay/res/values/config.xml b/overlay/BluetoothRpiOverlay/res/values/config.xml
new file mode 100644
index 0000000..498890a
--- /dev/null
+++ b/overlay/BluetoothRpiOverlay/res/values/config.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+ true
+
+
diff --git a/vendor.prop b/vendor.prop
index 036fdce..7c3e257 100644
--- a/vendor.prop
+++ b/vendor.prop
@@ -9,8 +9,10 @@ ro.hardware.audio.primary=rpi_hdmi
# Bluetooth
bluetooth.device.class_of_device?=90,2,12
+bluetooth.profile.a2dp.sink.enabled?=true
bluetooth.profile.a2dp.source.enabled?=true
bluetooth.profile.asha.central.enabled?=true
+bluetooth.profile.avrcp.controller.enabled?=true
bluetooth.profile.avrcp.target.enabled?=true
bluetooth.profile.bap.broadcast.assist.enabled?=true
bluetooth.profile.bap.unicast.client.enabled?=true