[roll] Roll fuchsia [bt][device-watcher] Rename to bt-device-watcher

The Devices team recently (fxrev.dev/583082) added a library which lets
clients wait for a device's full path to become available by recursively
watching each directory component of the path for the next component.
They called this library "device-watcher" as well, so to allow test code
to use the new `device-watcher` library along with the code changed in
this CL, rename the Bluetooth-specific device watcher library to
`bt-device-watcher`.

Original-Bug: 71895
Test: Pure rename, `fx build` to ensure refactor was done correctly.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/584504
Original-Revision: a4bd34180577d5007b77697c3b2727f067d9a1df
GitOrigin-RevId: 26456b69c547180e4f719052d5f730a1df21d3e5
Change-Id: Ic7e43c369b3d7f43a1cf87e953eb82113848edf3
1 file changed
tree: 51b5afee37ee53ac0b6eb04346fc3c902c8d7946
  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.