diff --git a/device-cheetah.mk b/device-cheetah.mk index 7bccc4f..6edc801 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -203,6 +203,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.notify.idle.during.call=true +# BT controller not able to support LE Audio dual mic SWB call +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.leaudio.dual_bidirection_swb.supported=false + # LE Auido Offload Capabilities setting PRODUCT_COPY_FILES += \ device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml diff --git a/device-panther.mk b/device-panther.mk index 5e86b3c..6141fcc 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -175,6 +175,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.notify.idle.during.call=true +# BT controller not able to support LE Audio dual mic SWB call +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.leaudio.dual_bidirection_swb.supported=false + # LE Auido Offload Capabilities setting PRODUCT_COPY_FILES += \ device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml