[uwb] enable multicast update rsp v2

Test: atest CtsUwbTestCases
Bug: 359665219
Flag: EXEMPT overlay update
Change-Id: I65300ef6be669568ee2d63a28d189ef00a63402d
This commit is contained in:
Shreshta Manu 2024-08-14 18:41:45 +00:00
parent 8163a77f3c
commit 9e2e0835ec

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>