We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d7318 commit 1342544Copy full SHA for 1342544
src/platform/BUILD.gn
@@ -53,8 +53,8 @@ if (chip_device_platform != "none") {
53
# Enable including the additional data in the advertisement packets
54
chip_enable_additional_data_advertising = true
55
56
- # Enable adding rotating device id to the additional data.
57
- chip_enable_rotating_device_id = true
+ # Enable adding optional rotating device id to the additional data.
+ chip_enable_rotating_device_id = false
58
59
# lock tracking: none/log/fatal or auto for a platform-dependent choice
60
chip_stack_lock_tracking = "auto"
0 commit comments