From e7d2892eb34e4134336049b75ffe927229cc149b Mon Sep 17 00:00:00 2001 From: Patty Huang Date: Mon, 4 Sep 2023 11:02:00 +0800 Subject: [PATCH] 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 --- device-cheetah.mk | 4 ++++ device-panther.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index faf1597..ab0cf94 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -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 diff --git a/device-panther.mk b/device-panther.mk index 8f7fffa..2149fff 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -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