Disable 32k dual mic support on P22 project
As the BT chip is not able to support 32k dual mic, disable 32k dual mic support on the P22 project Bug: 298603883 Test: Ensure 32k dual mic config will not be selected Change-Id: Ie515ef546ccad4c2cfc73bc17e6930f20ec36450
This commit is contained in:
parent
19efcc629d
commit
e7d2892eb3
2 changed files with 8 additions and 0 deletions
|
@ -200,6 +200,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.leaudio.notify.idle.during.call=true
|
||||
|
||||
# BT controller not able to support LE Audio dual mic SWB call
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.leaudio.dual_bidirection_swb.supported=false
|
||||
|
||||
# LE Auido Offload Capabilities setting
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
||||
|
|
|
@ -172,6 +172,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.leaudio.notify.idle.during.call=true
|
||||
|
||||
# BT controller not able to support LE Audio dual mic SWB call
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.leaudio.dual_bidirection_swb.supported=false
|
||||
|
||||
# LE Auido Offload Capabilities setting
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue