[BT] Add SWB system property

Add Super Wide Band system property to control the feature.

Bug: 318799638
Test: check system property set by default
Change-Id: I7e7e3426640f74c0a85393fba233812b0ea70aec
This commit is contained in:
jonerlin 2024-01-05 18:01:38 +08:00
parent ea95293455
commit 399ac6e318
3 changed files with 12 additions and 0 deletions

View file

@ -136,6 +136,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
# Override BQR mask to enable LE Audio Choppy report, remove BTRT logging
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PRODUCT_PROPERTIES += \