Disable 32k dual mic support on F10 project
As the BT chip is not able to support 32k dual mic, disable 32k dual mic support on the F10 project Bug: 300013598 Test: Ensure 32k dual mic config will not be selected Change-Id: I811707ade94a0529dae94e6038fad7639a86ad22
This commit is contained in:
parent
7dd2e35ae5
commit
9a3a1e6342
1 changed files with 4 additions and 0 deletions
|
@ -357,6 +357,10 @@ endif
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.leaudio.notify.idle.during.call=true
|
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 Audio Offload Capabilities Setting
|
# LE Audio Offload Capabilities Setting
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/felix/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
device/google/felix/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