Parcourir la source

Use classic connection by default with LE audio device for L10

Bug: 300012501
Test: manual
Change-Id: I1cb9b47009995b7e316813d173060265c3c611f7
Alice Kuo il y a 1 an
Parent
commit
cd9198f5b9
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      bluetooth/qti_default.mk

+ 4 - 0
bluetooth/qti_default.mk

@@ -52,6 +52,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
 PRODUCT_COPY_FILES += \
 	device/google/lynx/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
 
+# LE Audio use classic connection by default
+PRODUCT_PRODUCT_PROPERTIES += \
+    ro.bluetooth.leaudio.le_audio_connection_by_default=false
+
 # Bluetooth HAL and Pixel extension
 DEVICE_MANIFEST_FILE += \
 	device/google/lynx/bluetooth/manifest_bluetooth.xml