Use classic connection by default with LE audio device for T6pro

Bug: 300012501
Test: manual
Change-Id: I32502d1e9ca4ea14bc70ba469e3ffb2d1e106c7c
This commit is contained in:
Alice Kuo 2023-10-11 15:41:39 +08:00
parent b12e265302
commit 13f0733d7c

View file

@ -46,6 +46,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.toggle_visible=false persist.bluetooth.leaudio.toggle_visible=false
# LE Audio use classic connection by default
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio.le_audio_connection_by_default=false
# Bluetooth HAL and Pixel extension # Bluetooth HAL and Pixel extension
DEVICE_MANIFEST_FILE += \ DEVICE_MANIFEST_FILE += \
device/google/tangorpro/bluetooth/manifest_bluetooth.xml device/google/tangorpro/bluetooth/manifest_bluetooth.xml