Skip to content

Commit

Permalink
vendor: bt: Report A2DP return delay in 1/10ms for <SM8550
Browse files Browse the repository at this point in the history
Change-Id: I168d5218a4d00f1311b71ef66e5a08954c3e46a6
Signed-off-by: Omkar Chandorkar <[email protected]>
  • Loading branch information
gotenksIN committed Jan 10, 2025
1 parent 3d31241 commit c6d4231
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vendor/bt/qti-bt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml

# Return delay in 1/10ms for <SM8550
ifneq (,$(filter 3.18 4.4 4.9 4.14 4.19 5.4 5.10, $(TARGET_KERNEL_VERSION)))
$(call soong_config_set,qssi_bluetooth,enable_delay_in_ms,true)
endif

# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/vendor/bt/bt-vendor.mk)

0 comments on commit c6d4231

Please sign in to comment.