[roll] Roll fuchsia [bt][transport] Remove *DataChannel::{Initialize, ShutDown}

Remove AclDataChannel::{Initialize, ShutDown} and move logic to the
constructor/destructor. These methods were originally needed for thread
safety, but are no longer necessary now that bt-host is single
threaded.

Remove CommandChannel::ShutDown and move logic to the destructor.

Remove unnecessary cleanup in AclDataChannel, CommandChannel, and
Transport destructors (e.g. canceling waits, as waits are canceled
automatically upon destruction).

Remove test ACLDataChannelDeathTest.AttachInspectBeforeInitializeCrashes
as the corner case it tests is now impossible.

Test: fx test bt-host-transport-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/664042
Original-Revision: 0c5363c0f2b226148c9022dab85fd33d8458fa24
GitOrigin-RevId: da685e8a813de7d049b01df60410fd3e0906dae4
Change-Id: I4ebbece5d615b8189b85d20dd25ac7805a0cbfee
1 file changed
tree: f95bb408b044b760bebf856636f571cdeea52bf9
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.