[roll] Roll fuchsia [bt][lib] Implement Sink trait for Channel

Sink trait is a better fit for the Channel FIDL protocol. As we are preparing
the profiles Channel library to migrate to using Channel FIDL, make it
implement Sink.

Also, refactored codebase to prefer SinkExt::send method over the
synchronous `write`. The only place where refactoring was skipped is
src/connectivity/bluetooth/lib/bt-avdtp/src/lib.rs and
src/connectivity/bluetooth/lib/bt-avctp/src/avctp/mod.rs since they rely on
fire-and-forget synchronous write.

Test: fx test
Original-Bug: 414410187
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1520078
Original-Revision: 85a40060bb855abcb72165e682b738e016d2f5e6
GitOrigin-RevId: c48870f4588a88b7d71ffdecb9a96e98b7cc06c1
Change-Id: I9b74e09e82446047529eed29c980e7439dd7c2f2
1 file changed
tree: 8cc4d97faea8dc21c148e71e2d0f100f6d7e797b
  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.