Merge "Set system property for Bluetooth Auto On feature" into main

This commit is contained in:
Treehugger Robot 2024-03-06 06:24:10 +00:00 committed by Android (Google) Code Review
commit c713d8c9b2

View file

@ -173,6 +173,10 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES_DEBUG += \
ewp_tool ewp_tool
# Bluetotoh Auto On feature
PRODUCT_PRODUCT_PROPERTIES +=\
bluetooth.server.automatic_turn_on=true
# Bluetooth AAC VBR # Bluetooth AAC VBR
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.a2dp_aac.vbr_supported=true persist.bluetooth.a2dp_aac.vbr_supported=true