roll: pigweed pw_bluetooth_sapphire: Support creating LE dynamic channels in gap
Support creating (outbound-only as of this commit) LE dynamic channels
in the GAP layer.
GitOrigin-RevId: 225672e5ae8eb3372c00ff9e2052ed3dc51ca0e8
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/240732
Original-Revision: 21c3798619eb4007970c83065ce3828f09a928e7
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 676147b197f2d9..21c3798619eb40
Roller-URL: https://ci.chromium.org/b/8734340444078367489
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Idfa7c9387d98b5a38d947f5a7eec409b47131bef
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/241776
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 84955df..02dded9 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-11.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734341502827889281.
- commit = "676147b197f2d91624aa9909b339a92305608db1",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734340444078367489.
+ commit = "21c3798619eb4007970c83065ce3828f09a928e7",
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-11.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734341502827889281.
- commit = "676147b197f2d91624aa9909b339a92305608db1",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734340444078367489.
+ commit = "21c3798619eb4007970c83065ce3828f09a928e7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)