Enable superwide band system property
As the change of init feature flag on swb is ready, we will open swb on those devices that supports this feature with more flexibility since wiping sys property could be done at android regular releases as enabling feature flag on server make it more flexible on schedule. Test: manual Bug: 283722412 Change-Id: If015fd92b5c75a07bb0820f54dc413a32031f6ea
This commit is contained in:
parent
eea182f78b
commit
fb1be101b0
3 changed files with 3 additions and 3 deletions
|
@ -144,7 +144,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Bluetooth Super Wide Band
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.hfp.swb.supported=false
|
||||
bluetooth.hfp.swb.supported=true
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
|
@ -140,7 +140,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Bluetooth Super Wide Band
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.hfp.swb.supported=false
|
||||
bluetooth.hfp.swb.supported=true
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
|
@ -130,7 +130,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Bluetooth Super Wide Band
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.hfp.swb.supported=false
|
||||
bluetooth.hfp.swb.supported=true
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue