[roll] Roll fuchsia [bt][gap] Use fxl::WeakPtr<Peer> in PairingState

Since PairingState corresponds to a single peer, replace PeerCache
construction parameter with fxl::WeakPtr<Peer>.

Since PairingState corresponds to an active connection, the
corresponding peer must be in PeerCache. Assert on this.

Remove PeerCache construction parameter from BrEdrConnection (this was
only needed for PairingState).

Test: fx test bt-host-gap-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/591852
Original-Revision: 0209fa06a8c43db0f7c0c26b0569720398c8702f
GitOrigin-RevId: 44d42bbb5bcf9ccee98948221a4b53019799722f
Change-Id: I6805acba61344df9faa6ef7220217904ef2cf613
1 file changed
tree: f9c8928db6c8eee115cae2a2f0645a5f3afab35c
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.