[roll] Roll fuchsia [bt][lib] Refactor Channel to use trait-based system Refactor `Channel` to use a `Connection` trait for multi-backend support. Moved socket logic to `types/channel/socket.rs`. `Channel` now delegates data flow to the connection while holding common properties like MTU and proxies. Added `into_fidl_channel` to the trait to return a partially filled FIDL channel, with assembly completed by the wrapper. Original-Bug: b/414410187 Test: fx test bluetooth-crate-tests (All tests pass) Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1517679 Original-Revision: e15d3e378cd74cb532d91d40ccff166f566cfd73 GitOrigin-RevId: a0fdfe5208f20ffcdee14953b36ef181746ee49a Change-Id: I447017df1f59930d09c259aa210c944258c3cb7f
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 in one of the communication channels documented at get involved.
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.