BQR: Enable LE Audio Choppy Event Report

Set the Bit 6 to true to enable the LE Audio Choppy Event Report

Bug: 222596864
Tag: #feature
Test: Verified the LE Audio Choppy Event will be reported + Regression test b/297331166
Change-Id: I15bbea2dd109f0cdd03a1a115e6870a7a118a7e3
This commit is contained in:
shihchienc 2023-08-11 08:56:58 +00:00 committed by Poompatai Puntitpong
parent 7e5555f2ae
commit 3718ded747

View file

@ -15,6 +15,15 @@
# limitations under the License.
#
# Override BQR mask to enable LE Audio Choppy report
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.bqr.event_mask=262238
else
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.bqr.event_mask=94
endif
# Bluetooth Super Wide Band
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true