dck: add missing WCC and SE capability properties
Values set per relevant hardware specs. Bug: 285390995 Test: build only Change-Id: I51e16bce7bf8f639fb1061ebfbe34d05578e7fc5 Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com>
This commit is contained in:
parent
703f6e1326
commit
1bea4f8100
2 changed files with 7 additions and 1 deletions
|
@ -114,7 +114,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.gms.dck.eligible_wcc=3
|
||||
ro.gms.dck.eligible_wcc=3 \
|
||||
ro.gms.dck.se_capability=1
|
||||
|
||||
# Bluetooth hci_inject test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
|
|
|
@ -102,6 +102,11 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.audio.spatializer_enabled=true
|
||||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.gms.dck.eligible_wcc=2 \
|
||||
ro.gms.dck.se_capability=1
|
||||
|
||||
# Bluetooth hci_inject test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
hci_inject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue