summaryrefslogtreecommitdiff
path: root/service/ServiceUwbResources
diff options
context:
space:
mode:
Diffstat (limited to 'service/ServiceUwbResources')
-rw-r--r--service/ServiceUwbResources/res/values/config.xml4
-rw-r--r--service/ServiceUwbResources/res/values/overlayable.xml1
2 files changed, 5 insertions, 0 deletions
diff --git a/service/ServiceUwbResources/res/values/config.xml b/service/ServiceUwbResources/res/values/config.xml
index b8148503..d57f85d8 100644
--- a/service/ServiceUwbResources/res/values/config.xml
+++ b/service/ServiceUwbResources/res/values/config.xml
@@ -214,4 +214,8 @@
If enabled, some clients must explicitly request UWB to be enabled on top of user setting.
-->
<bool name = "hw_idle_turn_off_enabled">false</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">false</bool>
</resources>
diff --git a/service/ServiceUwbResources/res/values/overlayable.xml b/service/ServiceUwbResources/res/values/overlayable.xml
index 93a187c0..aeed1389 100644
--- a/service/ServiceUwbResources/res/values/overlayable.xml
+++ b/service/ServiceUwbResources/res/values/overlayable.xml
@@ -53,6 +53,7 @@
<item name="ccc_supported_range_data_ntf_config" type="bool" />
<item name="persistent_cache_use_for_country_code_enabled" type="bool" />
<item name="hw_idle_turn_off_enabled" type="bool" />
+ <item name="is_multicast_list_update_ntf_v2_supported" type="bool" />
<!-- Params from config.xml that can be overlaid -->
<!-- Params from strings.xml that can be overlaid -->