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:
parent
7e5555f2ae
commit
3718ded747
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@
|
||||||
# limitations under the License.
|
# 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
|
# Bluetooth Super Wide Band
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.hfp.swb.supported=true
|
bluetooth.hfp.swb.supported=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue