[SWB] Enable super wideband

Enable SWB by setting system property

Tag: #feature
Bug: 277338500
Test: flash devices and check property
Change-Id: I5dbdafc0a4ed03f137d4ce9602fe67c1b2fca756
This commit is contained in:
shihchienc 2023-04-19 07:06:10 +00:00
parent b28bf692ab
commit 7bdd128083
3 changed files with 12 additions and 0 deletions

View file

@ -149,6 +149,10 @@ PRODUCT_PACKAGES += \
libspatialaudio \
librondo
# Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true
# Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_switcher.supported=true \

View file

@ -145,6 +145,10 @@ PRODUCT_PACKAGES += \
libspatialaudio \
librondo
# Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true
# Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_switcher.supported=true \

View file

@ -136,6 +136,10 @@ PRODUCT_PACKAGES += \
libspatialaudio \
librondo
# Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true
# Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_switcher.supported=true \