[uwb] enable multicast update rsp v2

Test: atest CtsUwbTestCases
Bug: 359665219
Flag: EXEMPT overlay update
Change-Id: I5a502f67a2b991114b050d5c1567c913e309bf63
This commit is contained in:
Shreshta Manu 2024-08-14 18:34:46 +00:00
parent 1aa59cf646
commit 4af6b86124
4 changed files with 16 additions and 0 deletions

View file

@ -34,4 +34,8 @@
<!-- Whether multicast list update notification v2 is supported or not. <!-- 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. --> 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> <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>

View file

@ -288,6 +288,10 @@ PRODUCT_PACKAGES += \
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
device/google/caimito/powerstats/caiman device/google/caimito/powerstats/caiman
# UWB Overlay
PRODUCT_PACKAGES += \
UwbOverlayCM4
# WiFi Overlay # WiFi Overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
WifiOverlay2024 WifiOverlay2024

View file

@ -308,6 +308,10 @@ PRODUCT_PACKAGES += \
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
device/google/caimito/powerstats/komodo device/google/caimito/powerstats/komodo
# UWB Overlay
PRODUCT_PACKAGES += \
UwbOverlayKM4
# WiFi Overlay # WiFi Overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
WifiOverlay2024 WifiOverlay2024

View file

@ -34,4 +34,8 @@
<!-- Whether multicast list update notification v2 is supported or not. <!-- 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. --> 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> <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>