roll: pigweed pw_bluetooth: New Emboss L2CAP scheme
Add BasicL2capHeader, BFrame, FirstKFrame, and
SubsequentKFrame.
Original-Bug: 360929142, 364711772
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230831
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 340d624033ce868595ef6ffba77f2e2dd33d65ec
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 24baa120f88bfa..340d624033ce86
Roller-URL: https://ci.chromium.org/b/8735809032747008817
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ide33d293aaa4409a71f4b6a29aecb87825e6b4e9
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/237854
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 958b87a..94a4c05 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-09-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735810764452618401.
- commit = "24baa120f88bfabe6a59acdc154a96162ce20e99",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735809032747008817.
+ commit = "340d624033ce868595ef6ffba77f2e2dd33d65ec",
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-09-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735810764452618401.
- commit = "24baa120f88bfabe6a59acdc154a96162ce20e99",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735809032747008817.
+ commit = "340d624033ce868595ef6ffba77f2e2dd33d65ec",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)