[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.