Enable Bluetooth HFP SWB

Add system property to enable HFP SWB

Bug: 320225938
Test: create sco connection and check if SWB been selected
Change-Id: Ie1f5c13541acde29ba6ca7543bfc57cf3fab16fc
This commit is contained in:
Ted Wang 2024-01-15 09:39:09 +00:00
parent 640b8363ed
commit 821d054faa

View file

@ -163,6 +163,10 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.a2dp_aac.vbr_supported=true
# Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true
# Spatial Audio
PRODUCT_PACKAGES += \
libspatialaudio \