Disable 32k dual mic support on P22 project am: e7d2892eb3
am: 9ebcf8e75c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/24623438 Change-Id: I6cc1ae3d57a67bf743a6fcd84c0c5dfe3960d00c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f8a4328f53
2 changed files with 8 additions and 0 deletions
|
@ -203,6 +203,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
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 Auido Offload Capabilities setting
|
# LE Auido Offload Capabilities setting
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
||||||
|
|
|
@ -175,6 +175,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
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 Auido Offload Capabilities setting
|
# LE Auido Offload Capabilities setting
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
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