[roll] Roll fuchsia [bt][gatt] Propagate service changes to gatt::GATT clients

Add `removed` and `modified` parameters to gatt::GATT remote service
watcher callback.

Create gatt::GATT unit test suite.

Add gatt::Client parameter to gatt::GATT::AddConnection() so that
FakeClient can be injected for gatt::GATT tests.

Move check for att::Bearer activation failure to
gap::LowEnergyConnection::InitializeGatt.

Due to the new failure modes of LowEnergyConnection::InitializeGatt,
handle errors during LowEnergyConnection construction in
LowEnergyConnector by skipping interrogation if an error is
reported during construction.

Original-Bug: 83231, 71986
Test: fx test bt-host-gatt-tests bt-host-gap-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/572548
Original-Revision: 28c56c1993f853785148bccc097916c98c6a688c
GitOrigin-RevId: 1809be21f2b1de8665688837ba790df92e770b4c
Change-Id: I5cd2f8ff33cc98693ac375bc100cdedb6cc968a3
1 file changed
tree: 5abe72aa562477b1440899c52000d09e779f9054
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.