tree: b31607c4bedadbb787eef7e3688496ef26301837 [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(BT-229): Document the driver's device publishing behavior once implement, with a usage example.

Library Utilities

TODO(BT-229): Document Rust library utilities.