From dc737f28d3907b457bd757ab61cdf97671c57ae1 Mon Sep 17 00:00:00 2001 From: kuanyuhuang Date: Thu, 31 Aug 2023 06:42:11 +0000 Subject: [PATCH] [BT] Add SWB system property Add Super Wide Band system property to control the feature. Test: check system property set by default Bug: 298316680 Change-Id: I40c155ac3a6720c6d30a0047dfa49d738bf2283f --- device-akita.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-akita.mk b/device-akita.mk index ab833db..0a698a6 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -140,6 +140,10 @@ PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.a2dp_aac.vbr_supported=true +# Bluetooth Super Wide Band +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.hfp.swb.supported=true + # Bluetooth LE Audio PRODUCT_PRODUCT_PROPERTIES += \ ro.bluetooth.leaudio_switcher.supported=true \