From bf23d4c93219a734953c61bdb093c22e9cd73848 Mon Sep 17 00:00:00 2001 From: shihchienc Date: Mon, 17 Apr 2023 19:12:57 +0000 Subject: [PATCH] [SWB] Enable super wideband Enable SWB by setting system property Tag: #feature Bug: 277338500 Test: flash devices and check property Change-Id: I4862bf8ddbd9f9f34d8588bc6068f0dc6baff399 --- bluetooth/syna_default.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth/syna_default.mk b/bluetooth/syna_default.mk index 43d9198..72a3015 100644 --- a/bluetooth/syna_default.mk +++ b/bluetooth/syna_default.mk @@ -15,6 +15,10 @@ # limitations under the License. # +# Bluetooth Super Wide Band +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.hfp.swb.supported=true + # Bluetooth LE Audio PRODUCT_PRODUCT_PROPERTIES += \ ro.bluetooth.leaudio_switcher.supported=true \