roll: pigweed pw_bluetooth: Fix Android major/minor order

Android HCI vendor number is little-endian, meaning our bytes are
backwards in the decoding and we are not reading capabilities past
v0.55

Original-Bug: 332924195
Test: build with fuchsia, test with controller supporting extensions
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/286012
Original-Revision: f19a2457ed2a562c9b49d3bb3de4d682e01ff54b

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 215956f769abee..f19a2457ed2a56
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8712859350044289745
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I455528397f9f1cffa66dbcec742d13f09c3baabc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/296433
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: 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 aa31438..a81d5fb 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -41,8 +41,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2025-06-05.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8712870391765769025.
-    commit = "215956f769abee5822ce0df3fd54b89ad6245ff2",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8712859350044289745.
+    commit = "f19a2457ed2a562c9b49d3bb3de4d682e01ff54b",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )