From 3c31047ecf2ce2c9c8e0bbf6c59f79d18135e6af Mon Sep 17 00:00:00 2001 From: Barry Date: Tue, 5 Mar 2024 09:36:50 +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: If7e9c3bab450dead2cfd46dddc55d293ccab3d92 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 69ef69f0..94d92c54 100644 --- a/device.mk +++ b/device.mk @@ -815,6 +815,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.bqr.min_interval_ms=500 endif +# Enable Bluetooth AutoOn feature +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.server.automatic_turn_on=true + #VNDK PRODUCT_PACKAGES += \ vndk-libs