roll: pigweed, pw_toolchain: pw_bluetooth: Add more emboss definitions Add additional LE OpCode definitions: - LE_SET_ADVERTISING_SET_RANDOM_ADDRESS - LE_SET_EXTENDED_ADVERTISING_PARAMETERS_V1 - LE_SET_EXTENDED_ADVERTISING_DATA - LE_SET_EXTENDED_SCAN_RESPONSE_DATA - LE_SET_EXTENDED_ADVERTISING_ENABLE - LE_READ_MAXIMUM_ADVERTISING_DATA_LENGTH - LE_READ_NUMBER_OF_SUPPORTED_ADVERTISING_SETS - LE_SET_EXTENDED_ADVERTISING_PARAMETERS_V2 Add additional CommandComplete event definitons: - LEReadAdvertisingChannelTxPowerCommandCompleteEvent - LESetExtendedAdvertisingParametersCommandCompleteEvent Original-Bug: b/42167863 Test: pw presubmit --step gn_chre_googletest_nanopb_sapphire_build Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/227951 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: c35cab2ac55f837..8436580deec2312 Roller-URL: https://ci.chromium.org/b/8740298939116033585 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I3097829cc341c74c8fed162369df805a7d97f75d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/227894 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 a770900..aeff46e 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -83,18 +83,18 @@ git_repository( name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-08-06. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740309182458601681. - commit = "c35cab2ac55f837c5048afc9fdb36ec36cbf4d5c", + # ROLL: Last updated 2024-08-07. + # ROLL: By https://cr-buildbucket.appspot.com/build/8740298939116033585. + commit = "8436580deec23124cefda6cfa55fcdd1d1a86aed", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", ) git_repository( name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-08-06. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740309182458601681. - commit = "c35cab2ac55f837c5048afc9fdb36ec36cbf4d5c", + # ROLL: Last updated 2024-08-07. + # ROLL: By https://cr-buildbucket.appspot.com/build/8740298939116033585. + commit = "8436580deec23124cefda6cfa55fcdd1d1a86aed", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", strip_prefix = "pw_toolchain_bazel", )