Skip to content

Commit

Permalink
Disable rotating device id by default (#12199)
Browse files Browse the repository at this point in the history
* Disable rotating device id by default

* Update src/platform/BUILD.gn

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>

Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
  • Loading branch information
andy31415 and tcarmelveilleux authored Nov 24, 2021
1 parent 8f73103 commit e0a8db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e0a8db7

Please sign in to comment.