|
@@ -36,6 +36,12 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|
persist.bluetooth.leaudio_offload.disabled=false \
|
|
persist.bluetooth.leaudio_offload.disabled=false \
|
|
ro.vendor.audio_hal.ble_use_stream_id=true
|
|
ro.vendor.audio_hal.ble_use_stream_id=true
|
|
|
|
|
|
|
|
+# Bluetooth LE Audio CIS handover to SCO
|
|
|
|
+# Set the property only if the controller doesn't support CIS and SCO
|
|
|
|
+# simultaneously. More details in b/242908683.
|
|
|
|
+PRODUCT_PRODUCT_PROPERTIES += \
|
|
|
|
+ persist.bluetooth.leaudio.notify.idle.during.call=true
|
|
|
|
+
|
|
# LE Auido Offload Capabilities setting
|
|
# LE Auido Offload Capabilities setting
|
|
PRODUCT_COPY_FILES += \
|
|
PRODUCT_COPY_FILES += \
|
|
device/google/lynx/bluetooth/lynx/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
|
device/google/lynx/bluetooth/lynx/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|