[roll] Roll fuchsia [bt][fidl] Report LE and Classic addresses to HostWatcher

Update the HostWatcher.HostInfo FIDL table with an `addresses` field
containing a list of addresses associated with the local host. These
addresses can be either LE or Classic.

Mark the `address` field as deprecated in favor of `addresses`.

Update bt-host to report the LE random address, if set. Add a callback
registration so that the Host server can receive updates about changes
in LE address.

Update FakeAdapter with hooks to simulate changes in the LE random
address.

Original-Bug: 107656
Test: fx test bt-host-fidl-tests, bt-host-gap-tests
Test: fx test bluetooth-crate-tests
Test: fx test bt-fastpair-provider-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/722126
Original-Revision: be2aeec0a9419e5b4403e30603d5b4182a79623c
GitOrigin-RevId: 395d461a3305dfba5403de1427c8847e845a5e99
Change-Id: Ic20086ea88c4acd4d90b3a27e9a34cf38e0012c4
1 file changed
tree: 6580d2a755dfff7c3fe3e32ee5786f85f47692d7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.