roll: pigweed pw_bluetooth_proxy: Deliver pending events for all controller events
Move DeliverPendingEvents up a level and always call it after handling a
controller event.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271452
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: c75b4f3ea9c830d36aab4777eefa72655974f63d
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 0a1b485974b6a6..c75b4f3ea9c830
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8721819060870252017
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ifcd2b17d1a9681d12e2031f0854bf45b1d8b238a
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/271532
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 6937bd2..0a6ed6c 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,9 +40,9 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2025-02-26.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8721830095397283233.
- commit = "0a1b485974b6a648d33f792c6581aa1b70bd4cf9",
+ # ROLL: Last updated 2025-02-27.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8721819060870252017.
+ commit = "c75b4f3ea9c830d36aab4777eefa72655974f63d",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)