From 6b60346a7580a63940a3700afd1e37afcabaf7da Mon Sep 17 00:00:00 2001 From: Barry Date: Tue, 5 Mar 2024 09:40:30 +0000 Subject: [PATCH] BT: set system property for Bluetooth Auto On Set bluetooth.server.automatic_turn_on true for Bluetooth Auto On feature. The feature will be enabled with both system property and flag set. Bug: 328168526 Test: check system property value Change-Id: Id179264d39551a3f52fb92a2ef479a5ade35def3 --- device-bluejay.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-bluejay.mk b/device-bluejay.mk index ef5a2c7..5c628fd 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -186,7 +186,8 @@ PRODUCT_COPY_FILES += \ # Bluetooth PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.a2dp_aac.vbr_supported=true \ - persist.bluetooth.firmware.selection=BCM.hcd + persist.bluetooth.firmware.selection=BCM.hcd \ + bluetooth.server.automatic_turn_on=true # Set zram size PRODUCT_VENDOR_PROPERTIES += \