bt: set system property Auto-On to false by default
Bug: 333829874 Test: build & install & adb getprop Change-Id: I8b28b547113a7e3e303e4992956ea2c1264339e6
This commit is contained in:
parent
745091a821
commit
2ee76c4e8f
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Enable Bluetooth AutoOn feature
|
# Enable Bluetooth AutoOn feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.server.automatic_turn_on=true
|
bluetooth.server.automatic_turn_on=false
|
||||||
|
|
||||||
# Bluetooth Tx power caps
|
# Bluetooth Tx power caps
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -105,7 +105,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Enable Bluetooth AutoOn feature
|
# Enable Bluetooth AutoOn feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.server.automatic_turn_on=true
|
bluetooth.server.automatic_turn_on=false
|
||||||
|
|
||||||
# Bluetooth Tx power caps
|
# Bluetooth Tx power caps
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue