[roll] Roll fuchsia [bt][avrcp] Workaround for short browsing packets

Some phones send us L2CAP packets in the browsing channel which are
missing the FCS bytes, even though we have not turned FCS off.  Those
bytes are chopped off in the host (unchecked) and we don't receive them.

Try a bit harder to be resilient to this situation until the issue is
fixed in either host or peer stacks.

Original-Bug: b/316628374
Test: added tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/965954
Original-Revision: 2effcdb1bd544d17055d9eeed26c9edfa36ee78d
GitOrigin-RevId: 3d06d5c5654f674d0ec023c02f266ff9907e5fde
Change-Id: If8e47bcde397d60189350fd9cb3da6dbfb421615
1 file changed
tree: 2a7cfe75ffe85d58b73f1d5260056b4c722a63f6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.