roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Allow LE remote feature interrogation to fail
When performing an LE remote feature step of peer interrogation,
if the controller reports a status of "unsupported remote feature"
(0x1a), return a successful status from the LowEnergyInterrogator.
This allows us to successfully connect with peers that don't
support the "Peripheral-Initiated Feature Exchange" feature.
Original-Bug: b/361651988
Test: fx test //src/connectivity/bluetooth/core/bt-host
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108632
GitOrigin-RevId: 678081254cb33195119ff2ed7b2e44989d239ad1
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232773
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 107eecb0b87c664..faa7a78eab6a6c8
Roller-URL: https://ci.chromium.org/b/8738128343660024673
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I83c92f51ede7ccc049da3df7260bc9a78cb02332
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/232981
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 2f31997..210be5f 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-31.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8738128735947765841.
- commit = "107eecb0b87c664d03189536ebe3378546c7ec6c",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8738128343660024673.
+ commit = "faa7a78eab6a6c8c8ab623fa825ef80ef13f49f1",
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-31.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8738128735947765841.
- commit = "107eecb0b87c664d03189536ebe3378546c7ec6c",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8738128343660024673.
+ commit = "faa7a78eab6a6c8c8ab623fa825ef80ef13f49f1",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)