Merge "[uwb] enable multicast update rsp v2" into main

This commit is contained in:
Shreshta Manu 2024-08-15 18:33:35 +00:00 committed by Android (Google) Code Review
commit bbbf351121
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.
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>

View file

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

View file

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

View file

@ -34,4 +34,8 @@
<!-- 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>