roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Add l2cap Bazel unit test target

Original-Bug: b/359241441
Test: bazel test //pw_bluetooth_sapphire/host/...
      --platforms=//pw_unit_test:googletest_platform
      --@pigweed//pw_unit_test:backend=@pigweed//pw_unit_test:googletest
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234055

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 0704d81595a7d7b..00faa5bb544b18b
Roller-URL: https://ci.chromium.org/b/8737680650015729569
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Iab0cc4193c95a946ee91cb7846e9f1e8f3d2f414
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/234157
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 c13f973..87c2939 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,18 +49,18 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-09-04.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8737682113107103121.
-    commit = "0704d81595a7d7b47aa8078bf4b4bb5d998dea9b",
+    # ROLL: Last updated 2024-09-05.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8737680650015729569.
+    commit = "00faa5bb544b18ba6dc267c34269d8a8cc4e5591",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
 git_override(
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2024-09-04.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8737682113107103121.
-    commit = "0704d81595a7d7b47aa8078bf4b4bb5d998dea9b",
+    # ROLL: Last updated 2024-09-05.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8737680650015729569.
+    commit = "00faa5bb544b18ba6dc267c34269d8a8cc4e5591",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )