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
|
persist.bluetooth.bqr.min_interval_ms=500
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Enable Bluetooth AutoOn feature
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
bluetooth.server.automatic_turn_on=true
|
||||||
|
|
||||||
#VNDK
|
#VNDK
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vndk-libs
|
vndk-libs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue