Merge "Set system property for LEA multi-codec for P23 projects" into main
This commit is contained in:
commit
a15c4272a5
2 changed files with 8 additions and 0 deletions
|
@ -491,3 +491,7 @@ PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.device_id.product_id=20493
|
bluetooth.device_id.product_id=20493
|
||||||
|
|
||||||
|
# Set support for LEA multicodec
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
bluetooth.core.le_audio.codec_extension_aidl.enabled=true
|
||||||
|
|
|
@ -460,3 +460,7 @@ PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.device_id.product_id=20492
|
bluetooth.device_id.product_id=20492
|
||||||
|
|
||||||
|
# Set support for LEA multicodec
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
bluetooth.core.le_audio.codec_extension_aidl.enabled=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue