tree: 47a1fb5d8a768bef42952be7f7872c23aa9c0b4f [path history] [tgz]
  1. BUILD.gn
  2. device.cc
  3. device.h
  4. driver.cc
  5. log.h
  6. peer.cc
  7. peer.h
  8. 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.