[roll] Roll fuchsia [bt][att] Use unique_ptr/WeakPtr instead of RefPtr<att::Bearer>

Use std::unique_ptr/fxl::WeakPtr instead of fbl::RefPtr to model
att::Bearer ownership.

Refactor ownership of att::Bearer from gatt::Server/Client to
gap::LowEnergyConnection. This ensures that att::Bearer
outlives gatt::Server/Client, while also not requiring
gatt::Gatt to own att::Bearer (undesirable for testing reasons).

Original-Bug: 100658
Test: fx test //src/connectivity/bluetooth/core/bt-host
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/680811
Original-Revision: 4e6630a99eba6b6301719e08b6f89f59d8d8fcff
GitOrigin-RevId: 3b49c5b1b03c39b12d269dbac81eb4bd8f7587b5
Change-Id: I26580b4e1ac05162a5c5235bdc5aa87451413188
1 file changed
tree: 1dcba111b913846f13761d9dad903a3c23045021
  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
  12. 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.