[roll] Roll fuchsia [bt][bt-gap] Inline get_active_host_info to use site

The `get_active_host_info()` function in bt-gap's HostDispatcherState
was only used in a few places; Instead inline it at the use site and
remove the initial function, so that we shrink the interface surface of
the HostDispatcherState.

Similarly, remove the get_active_host_info() on HostDispatcher and
replace it with `get_active_adapter()`, now renamed `active_host()`
(the `adapter` term has been retired from our usage, and the `get` is
redundant).

Test: Trivial refactor, no behavior change. Also:
      fx test bt-gap-unittests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/457665
Original-Revision: 2f3be3e972066fb438c065fef98e39f5a2d658a2
GitOrigin-RevId: 9b7b335208607f98d5e777607be31bbf450e3ea3
Change-Id: I31d029008f0a1fba56cb8abd47a24e846d31297a
1 file changed
tree: 306d14e57ffb742d234ffd40025cbc37103565d7
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.