[roll] Roll fuchsia [bt][gap] Move connection parameter logic to LowEnergyConnection

Move connection parameter update logic to LowEnergyConnection as it is a
per-connection value.

Merge central/peripheral connection pause timeout start methods in
LowEnergyConnection, as LowEnergyConnection already knows whether it is
central or peripheral.

Remove
LowEnergyConnectionManager::SetConnectionParametersCallbackForTesting as
it is a unit testing smell. This behavior can be tested without this
callback (by using the FakeController callback only).

Original-Fixed: 68371
Test: in bt-host-unittests
Refactor only, no new tests added.
GAP_LowEnergyConnectionManagerTest.*

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/475557
Original-Revision: 21e525e6b0d0557791b9dbb496d078ecd2ca1bf7
GitOrigin-RevId: 1457f7a813ec585a4cc26fad2f243b8a2ea69ad6
Change-Id: I4d528bacc9e2479692284fea6bacb5e2bb20d8b8
1 file changed
tree: 0b5ee7152781dbad0407803d40f402527aa5dd24
  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.