[SWB] Disable super wideband

Disable SWB by setting system property

Tag: #feature
Bug: 281957936
Test: flash devices and check property
Change-Id: I7f9e824b64feb23f8ddf61ef44e92dad889030b2
This commit is contained in:
shihchienc 2023-05-11 08:54:07 +00:00
parent fd20619cc2
commit 87615e502e
3 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,7 @@ PRODUCT_PACKAGES += \
# Bluetooth Super Wide Band # Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true bluetooth.hfp.swb.supported=false
# Bluetooth LE Audio # Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \

View file

@ -147,7 +147,7 @@ PRODUCT_PACKAGES += \
# Bluetooth Super Wide Band # Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true bluetooth.hfp.swb.supported=false
# Bluetooth LE Audio # Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \

View file

@ -139,7 +139,7 @@ PRODUCT_PACKAGES += \
# Bluetooth Super Wide Band # Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true bluetooth.hfp.swb.supported=false
# Bluetooth LE Audio # Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \