[roll] Roll fuchsia Revert "[bt-transport-uart] Fix crash"

This reverts commit f7da0b025aececfaaf5822aeda23ba8da93913a2.

Reason for revert: Broke OOT product.

Original-Fixed: 361590943

Original change's description:
> [bt-transport-uart] Fix crash
>
> A crash happened because a receive packet came before HciTransport
> connection is established. This was fixed in the test with a
> libsync::Completion, but it also observed on a real device now. Fixing
> it with a new trick -- delay the start of read until HciTransport is
> available.
>
> This change also fixes the flake in unittest which results from a late
> establishment of ScoConnection protocol.
>
> Test: Unittest and on device test.
>
> Change-Id: I7eb2e96cf5dadd07a79bfe4b1a6acb7e12da8607
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1097832
> Reviewed-by: Ben Lawson <benlawson@google.com>
> Commit-Queue: Zhiyi Chen <zhiyichen@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1106272
Original-Revision: eb2a9279533c9e99fbc6c059121031c609d09ed2
GitOrigin-RevId: 49ff22ced82d5d1c12a292edd97a61d397900366
Change-Id: Ic06e79cd6bc32bf7d6a6087cbc52e1802d0a7e59
1 file changed
tree: b72551fd5ef36c8201e4de81be04f5cdd784b8a4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.