[roll] Roll fuchsia [bt][core] move LegacyLowEnergyScanner impl to base class

This change moves much of the LegacyLowEnergyScanner implementation up
to its base class, LowEnergyScanner. This change also updates tests to
be generic type parameterized tests with LegacyLowEnergyScanner being
the only current tested implementation. This is in preparation of adding
a new ExtendedLowEnergyScanner subclass to LowEnergyScanner. There are
no logic changes in this diff. The only changes are refactoring related.

Original-Bug: b/305975969
GitOrigin-RevId: d8ad611524ddc08d475aeb4c2869426c6191ff7e
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/981276
Original-Revision: 105e903e9141db7f19e555fac9b8f39d3706f6f5
Change-Id: Ia69acb3619432807a2823cb93f9a23a5c527565a
1 file changed
tree: 1e8d3437387224ec2c5a8198f73110c1a04f4f8a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.