tree: dedd7d85603f4c20a1e4ec507c549aa6b76f2c02 [path history] [tgz]
  1. bind-tests.json
  2. bt-hci-emulator.bind
  3. BUILD.gn
  4. device.cc
  5. device.h
  6. driver.cc
  7. log.h
  8. peer.cc
  9. peer.h
  10. 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.