roll: pw_toolchain, pw_toolchain: pw_bluetooth_proxy: Move to using H4Packet wrapper classes
Use wrapper class rather than wrapper struct. This will make it easier
to use mix of H4-based and HCI-based packets. It also will provide the
location for releasing of buffers after container send.
Original-Bug: 326499764
Original-Bug: 326497489
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/215222
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pw_toolchain, pw_toolchain Rolled-Commits: c6f3a9eeb718be6..e6c5165547f3054
Roller-URL: https://ci.chromium.org/b/8744678783291751073
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ifca044668da106b9f887a070739b85005499a25d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/216931
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE
index c1761f2..1445609 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -84,8 +84,8 @@
name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-06-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8744734736613250993.
- commit = "c6f3a9eeb718be6277472edab7536768a834436d",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8744678783291751073.
+ commit = "e6c5165547f305416c6d11b1a911e912f2aecb6b",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
)
@@ -93,8 +93,8 @@
name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-06-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8744734736613250993.
- commit = "c6f3a9eeb718be6277472edab7536768a834436d",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8744678783291751073.
+ commit = "e6c5165547f305416c6d11b1a911e912f2aecb6b",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
strip_prefix = "pw_toolchain_bazel",
)