[roll] Roll fuchsia [bt][a2dp] Correctly handle multi-stream start

When starting multiple streams, we can need to accept multiple stream
starts before having to immediately suspend them due to not having
permits to start.

Collect the streams IDs that we need to stop, and stop them after we
send the result of the stream start.

Clean up with some new rust features that appeared since last time this
code was updated (let-else mostly)

Test: updated unit tests; fx test bt-a2dp-lib-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/796386
Original-Revision: 6dfa9370d7ca4b6e39d0500e961029bdec90bb9e
GitOrigin-RevId: b6d21dfa3ca310460d120b2cbdfc8c8ba584c025
Change-Id: Ia6d5715f6bd24e331adcd767fc1e77bc5b2e733d
1 file changed
tree: 02d07239d01c8c8463921abf77ffc1fc817a87f4
  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.