From 3b12d59b9535a64d9ede436b1769e0559a0b02fa Mon Sep 17 00:00:00 2001 From: Patty Huang Date: Tue, 5 Sep 2023 10:53:40 +0800 Subject: [PATCH] Disable 32k dual mic support on P23a project Based on the phase 2 strategy, disable dual mic support on P23a project Bug: 298893319 Test: Ensure 32k dual mic config will not be selected Change-Id: Iae20a938410c70cefe6ea20723f53b16433b1828 --- bluetooth/qti_default.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk index 5158663..8a2031f 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -40,6 +40,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.notify.idle.during.call=true +# Not support LE Audio dual mic SWB call based on the current launch strategy +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.leaudio.dual_bidirection_swb.supported=false + # LE Auido Offload Capabilities setting PRODUCT_COPY_FILES += \ device/google/lynx/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml