[BT] Add SWB system property

Add Super Wide Band system property to control the feature.

Test: check system property set by default
Bug: 298316680
Change-Id: I40c155ac3a6720c6d30a0047dfa49d738bf2283f
This commit is contained in:
kuanyuhuang 2023-08-31 06:42:11 +00:00 committed by Tom Huang
parent d8267a722c
commit dc737f28d3

View file

@ -140,6 +140,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
# Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_switcher.supported=true \