[roll] Roll fuchsia [bt] Prepare to remove Deref<fuchsia_async::Channel>

In preparation for migrating away from zx::Socket for L2CAP and
RFCOMM channel abstractions, migrate away from using the Deref
implementation to fuchsia_async::Channel and added appropriate
abstraction interfaces to fuchsia_bluetooth::Channel directly.

Updated in-tree clients to use new functions.

Original-Bug: b/330590954
Test: refactor, build && CQ with existing tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1083617
Original-Revision: 583f23caa911f1e79217dcb859e17b570d2f79be
GitOrigin-RevId: a7d698117f9574b998399e4ab0b7afd4b2e6f936
Change-Id: Icd8dfb80a5f3629b7e8b585e0ad721d2a6d4a575
1 file changed
tree: c0473579bcbd058348c3503e2ad6c315b6b84455
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.