[uwb] enable multicast update rsp v2
Test: atest CtsUwbTestCases Bug: 359665219 Flag: EXEMPT overlay update Change-Id: I5a502f67a2b991114b050d5c1567c913e309bf63
This commit is contained in:
parent
1aa59cf646
commit
4af6b86124
4 changed files with 16 additions and 0 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue