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 <tennessee.carmelveilleux@gmail.com>

Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
  • Loading branch information
2 people authored and pull[bot] committed Jun 28, 2023
1 parent f9d7318 commit 1342544
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 1342544

Please sign in to comment.