[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.