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
This commit is contained in:
parent
def43cc017
commit
3c31047ecf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue