[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
1 file changed
tree: ab53253c1ae9cf9506ef7c95b1c1e501bde96605
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.