tree: af4c5843584d258d1100cfc2adbb8f8e5c6c95d0 [path history] [tgz]
  1. bind-tests.json
  2. bt-hci-emulator.bind
  3. BUILD.gn
  4. controller.h
  5. device.cc
  6. device.h
  7. driver-info.json
  8. driver.cc
  9. log.h
  10. peer.cc
  11. peer.h
  12. README.md
src/connectivity/bluetooth/hci/emulator/README.md

The bt-hci-emulator driver is a Bluetooth controller emulator that allows system Bluetooth components to be tested in integration against the Bluetooth HCI procotol.

bt-hci-emulator provides a standard HCI interface to the rest of the system while allowing its behavior to be configured using an emulator interface. It accomplishes this by publishing two distinct devices:

Usage

TODO(fxbug.dev/822): Document the driver's device publishing behavior once implement, with a usage example.

Library Utilities

TODO(fxbug.dev/822): Document Rust library utilities.