roll: pigweed pw_bluetooth_sapphire: Use PW_CHECK directly for most asserts

Use PW_ASSERT only for the few asserts in constexpr functions.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/244533
Original-Revision: 8153a8a83c45c6d07c509a6875ef1bb0f9ff6217

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 7ddb65a6c29475..8153a8a83c45c6
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8732812632675446641
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I17f4044f1cbe51429060bd4143f173bcfed746a4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/245078
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 986b604..ff878ec 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-28.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8732813677487611185.
-    commit = "7ddb65a6c29475c63670084fc98f9d8d2f9f2e06",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8732812632675446641.
+    commit = "8153a8a83c45c6d07c509a6875ef1bb0f9ff6217",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-28.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8732813677487611185.
-    commit = "7ddb65a6c29475c63670084fc98f9d8d2f9f2e06",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8732812632675446641.
+    commit = "8153a8a83c45c6d07c509a6875ef1bb0f9ff6217",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )