roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Convert advertising return packets to emboss Replace hci_spec packed struct definitions: - LESetExtendedAdvertisingParametersReturnParams - LEReadAdvertisingChannelTxPowerReturnParams with emboss definitions: - LESetExtendedAdvertisingParametersCommandCompleteEvent - LEReadAdvertisingChannelTxPowerCommandCompleteEvent Original-Bug: b/42167863 Test: fx test //src/connectivity/bluetooth/core/bt-host Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1095955 GitOrigin-RevId: 5a73378a878f825a73dfc33061e29595121fdc54 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230576 https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 63ff91ddb27180e..679c11a0d545cd7 Roller-URL: https://ci.chromium.org/b/8738778586558054449 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I57faddee582ba2400df054120726ab87f224fe27 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/231853 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 f3a0b34..543bf11 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -48,8 +48,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-23. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738778972034814865. - commit = "63ff91ddb27180e55f347f5eafd1fb6c3e6cea19", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738778586558054449. + commit = "679c11a0d545cd7b80740f49ef877562b8f0eda3", remote = "https://pigweed.googlesource.com/pigweed/pigweed", ) @@ -57,8 +57,8 @@ module_name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-23. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738778972034814865. - commit = "63ff91ddb27180e55f347f5eafd1fb6c3e6cea19", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738778586558054449. + commit = "679c11a0d545cd7b80740f49ef877562b8f0eda3", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )