From e0a8db72ee26daa60fbca53d5f5b973e5cc17291 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 24 Nov 2021 10:20:05 -0500 Subject: [PATCH] Disable rotating device id by default (#12199) * Disable rotating device id by default * Update src/platform/BUILD.gn Co-authored-by: Tennessee Carmel-Veilleux Co-authored-by: Tennessee Carmel-Veilleux --- src/platform/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform/BUILD.gn b/src/platform/BUILD.gn index 21a448c89d351e..0e28a2b5cf3480 100644 --- a/src/platform/BUILD.gn +++ b/src/platform/BUILD.gn @@ -53,8 +53,8 @@ if (chip_device_platform != "none") { # Enable including the additional data in the advertisement packets chip_enable_additional_data_advertising = true - # Enable adding rotating device id to the additional data. - chip_enable_rotating_device_id = true + # Enable adding optional rotating device id to the additional data. + chip_enable_rotating_device_id = false # lock tracking: none/log/fatal or auto for a platform-dependent choice chip_stack_lock_tracking = "auto"