[uwb] Support multicast list update ntf v2 on husky

Bug: 350781526
Test: atest CtsUwbTestCases:android.uwb.cts.UwbManagerTest#testFiraRangingSessionAddRemoveControlee
Change-Id: Ibf13890c991e84fb7ae69d38c31d9f3285b7c25f
This commit is contained in:
James Eidson 2024-07-03 20:17:02 +00:00
parent 53138ecea9
commit 5d7618d722

View file

@ -30,4 +30,8 @@
* When previously foreground 3p apps moves to background, sessions are not terminated
-->
<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>
</resources>