From df4a1ef1d00c0c2ea994b05a6f8cd96dcfdab9b3 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 15 Feb 2024 02:00:42 +0000 Subject: [PATCH 1/2] Update lynx SVN to 36 Bug: 325156176 Change-Id: I77899d8e0fd2d125b0fec47e84d0e1f55de2ab0d --- device-lynx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-lynx.mk b/device-lynx.mk index 35b1c5c..a8b464b 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -232,7 +232,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=35 + ro.vendor.build.svn=36 # Set support hide display cutout feature PRODUCT_PRODUCT_PROPERTIES += \ From 760d0ae689dc80937a8638d477f3a0a7158e828c Mon Sep 17 00:00:00 2001 From: Ted Wang Date: Tue, 5 Mar 2024 07:45:05 +0000 Subject: [PATCH 2/2] Set system property for Bluetooth Auto On feature Bug: 328168955 Test: make Change-Id: I10b628b4eef0b1cba178a859080753e8300cd5b3 --- bluetooth/qti_default.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk index 63fa314..625394b 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -56,6 +56,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PRODUCT_PROPERTIES += \ ro.bluetooth.leaudio.le_audio_connection_by_default=false +# Bluetotoh Auto On feature +PRODUCT_PRODUCT_PROPERTIES += + bluetooth.server.automatic_turn_on=true + # Bluetooth HAL and Pixel extension DEVICE_MANIFEST_FILE += \ device/google/lynx/bluetooth/manifest_bluetooth.xml