[roll] Roll fuchsia [bt][gatt] Remove unnecessary handle tracking

Discoveriing a handle for the service changed characteristic is used to
decide whether to attempt to send indications, but is never cleared when
there are no subscribers, so will likely be on after the systems runs
for any reasonable length of time. Instead continue to use the set of
subscribed peers directly.

Test: code removal only; fx test bt-host-gatt-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1009175
Original-Revision: 01c53083ebf40906508a6126e143651a8c5f94db
GitOrigin-RevId: 990212711df445c61486991a3119ed26b34cc039
Change-Id: Iae1c8c5669d4075a8e8f6697d99ce83f0dda29af
1 file changed
tree: dfeea55bf4ef46ce44e4c8b93a2bccef86646456
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.