From be574d03e878afa23ced84cf78cebff63aff8e20 Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Thu, 21 Sep 2023 15:12:42 +0800 Subject: [PATCH] DO NOT MERGE: Disable 32k dual mic support on P23 project Bug: 301374829 Test: Ensure 32k dual mic config will not be selected Change-Id: I923341dffc3dfa16efbef7c66c6c420a78cd0247 --- device-husky.mk | 4 ++++ device-ripcurrent.mk | 4 ++++ device-shiba.mk | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/device-husky.mk b/device-husky.mk index ba213ac..e509135 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -201,6 +201,10 @@ PRODUCT_COPY_FILES += \ 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 + # Support One-Handed mode PRODUCT_PRODUCT_PROPERTIES += \ ro.support_one_handed_mode=true diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index 0965f4f..79406da 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -166,6 +166,10 @@ PRODUCT_COPY_FILES += \ 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 + # Keymaster HAL #LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service diff --git a/device-shiba.mk b/device-shiba.mk index 4753538..92b618d 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -192,6 +192,10 @@ PRODUCT_COPY_FILES += \ 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 + # Support One-Handed mode PRODUCT_PRODUCT_PROPERTIES += \ ro.support_one_handed_mode=true