roll: pigweed, pw_toolchain: pw_bluetooth: Add test case for reading payload length
Added HCI commands from snoop logs.
Verfied wireshark's payload length is the same as emboss'.
Original-Bug: 364313894
Test: presubmit
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/233592
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: cca9825598d223d..7b9a2c51e9b7cc0
Roller-URL: https://ci.chromium.org/b/8737711693540605905
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I295fb281a3fab229d845df2fd20c30d3bd35042b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/233936
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/MODULE.bazel b/MODULE.bazel
index afbf40c..81acf93 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-04.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8737714815942148593.
- commit = "cca9825598d223d36ee54b5cd650dbe3815ecf16",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8737711693540605905.
+ commit = "7b9a2c51e9b7cc013615514ce368c9f85494cc07",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -59,8 +59,8 @@
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/8737714815942148593.
- commit = "cca9825598d223d36ee54b5cd650dbe3815ecf16",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8737711693540605905.
+ commit = "7b9a2c51e9b7cc013615514ce368c9f85494cc07",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)