[roll] Roll fuchsia [bt][host] Remove dependency on fxl::CancelableCallback

Remove dependency on fxl::CancelableCallback from bt-host.
In FakeController, replace CancelableCallback with a TaskClosure.
In att::Bearer, replace CancelableCallback with closures. There
is no need to cancel the callbacks because l2cap::Channel will not
call them after being deactivated.

Original-Bug: 894
Test: fx test bt-host-att-tests bt-host-gap-tests bt-host-hci-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/614947
Original-Revision: b1f68c2daa698e4e593c77d6878c2627f618f400
GitOrigin-RevId: 3ee28f24182051eb5e8fe34626d26387d7941f5d
Change-Id: Ia7a35c5298fdd08ea02dea49b5055ebc6a35ed39
1 file changed
tree: ecd5dd90ec3234964b73d98afeb69ec5dc5b136d
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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 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.