Add UWB overlay to comet device

This overlay enables multicast list update notification v2 and response v2.

Bug: 353157531
Change-Id: I4959a991316e2c832ddad09fdc541cc5d4b5d8e3
Test: NA
Flag: EXEMPT overlay update
This commit is contained in:
Bob Wang 2024-09-17 19:08:14 +00:00
parent 2d851b455b
commit 33fd6a77c4
2 changed files with 12 additions and 0 deletions

View file

@ -343,6 +343,10 @@ PRODUCT_PACKAGES += \
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
device/google/comet/powerstats/comet device/google/comet/powerstats/comet
# UWB Overlay
PRODUCT_PACKAGES += \
UwbOverlayCT3
# WiFi Overlay # WiFi Overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
WifiOverlay2024Mid_CT3 \ WifiOverlay2024Mid_CT3 \

View file

@ -30,4 +30,12 @@
* When previously foreground 3p apps moves to background, sessions are not terminated * When previously foreground 3p apps moves to background, sessions are not terminated
--> -->
<bool name = "background_ranging_enabled">true</bool> <bool name = "background_ranging_enabled">true</bool>
<!-- Whether multicast list update notification v2 is supported or not.
If enabled, the notification will be parsed into version 2 if uci major version is 2.0. -->
<bool name = "is_multicast_list_update_ntf_v2_supported">true</bool>
<!-- Whether multicast list update response v2 is supported or not.
If enabled, the response will be parsed into version 2 if uci major version is 2.0. -->
<bool name = "is_multicast_list_update_rsp_v2_supported">true</bool>
</resources> </resources>