From 50765f8f59cd573c52a1ab0e9f553b79a2790470 Mon Sep 17 00:00:00 2001 From: kuanyuhuang Date: Thu, 5 Oct 2023 10:00:51 +0000 Subject: [PATCH] BT: LE Audio support 32kHz dual mic Bug: 301802958 Test: Check system property and xml file Change-Id: Iee2a2e6fb2046ad64b8bdf5bd5494d0ed1a7ce44 --- bluetooth/le_audio_codec_capabilities.xml | 3 +++ device-akita.mk | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bluetooth/le_audio_codec_capabilities.xml b/bluetooth/le_audio_codec_capabilities.xml index 9dcdd01..f9500d4 100644 --- a/bluetooth/le_audio_codec_capabilities.xml +++ b/bluetooth/le_audio_codec_capabilities.xml @@ -44,6 +44,8 @@ + + @@ -60,6 +62,7 @@ + diff --git a/device-akita.mk b/device-akita.mk index 484f6b5..3c6f812 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -183,6 +183,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.notify.idle.during.call=true +# Bluetooth LE Audio enable dual mic SWB call +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.leaudio.dual_bidirection_swb.supported=true # Enable one-handed mode PRODUCT_PRODUCT_PROPERTIES += \