[roll] Roll fuchsia [bt][gatt] Rename Notification->Update

Indications and Notifications are both specifically defined types of
Server->Client updates in the GATT specification. Instead of calling
the gatt::GATT and gatt::Server methods which can send notifications or
indications "SendNotification", these methods are renamed to
"SendUpdate" to avoid the confusing case where "SendNotification" sends
an indication.

Original-Bug: 36375
Test: Pure rename
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/647002
Original-Revision: 42e1944d183362fa89be579f0cff7b3598aa6c42
GitOrigin-RevId: 43d8367b1686dbb32b10c2024aac553247137f61
Change-Id: I42f871f40c5c8f0d247bebab7aea08e8c839c2da
1 file changed
tree: a22f13a3b6180183bf09d039acefcc3ab38626e0
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.