roll: pigweed e23dc00..cc3728b (7 commits)

cc3728b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260792 pw_bluetooth_sapphire: Implement completed packets event for ISO
3f7909d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260612 pw_bluetooth_sapphire: Support BR/EDR in SMP Phase1
1f72ae4:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/261212 pw_bluetooth_sapphire: Remove local assert.h
c3d938b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/261133 pw_bluetooth_sapphire: Replace BT_PANIC with PW_CRASH
332834f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/261132 pw_bluetooth_sapphire: Replace BT_ASSERTs with PW_CHECKs
b0ddea4:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260753 pw_bluetooth_sapphire: Implement ISO SendData
120f202:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/239719 pw_atomic: Add module for atomic operations

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: e23dc00a1402ca..cc3728b6461230
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8725460339361011201
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Icb088b70eb7c84ad7551ff5827599ceac755822f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/261235
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 8862788..713d4b3 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,8 +40,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2025-01-17.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8725471369484065473.
-    commit = "e23dc00a1402ca7af55aa78d909f3dc6782998b4",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8725460339361011201.
+    commit = "cc3728b64612307e26be41e723ab5864eae6e4de",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )