tree: 48bcd02ca163c1a9179cbc25810b60f091d61ffb
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/connectivity/bluetooth/lib/device-watcher/README.md

Bluetooth Library: Device Watcher

A convenience wrapper around the VFS watcher to watch for device creation and removal.

Testing

Add the following to your Fuchsia set configuration to include the library unit tests:

--with //src/connectivity/bluetooth/library/device-watcher:tests

To run the tests:

fx test device-watcher-tests

TODO(fxbug.dev/35077): The unit tests are flaky. Fix flakes and re-enable.