tree: 8623acc7b640e71965648c7caa9927719b770c3e [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/connectivity/bluetooth/tools/bt-snoop/README.md

bt-snoop

bt-snoop is a standalone tool that monitors Bluetooth packets sent to & received by the local controller. It makes this data available through the fuchsia.bluetooth.snoop.Snoop capability.

Build

There are two main ways to include the bt-snoop package in your build.

  1. If complete Bluetooth functionality is required, include it via the core Bluetooth group. Also include the snoop core shard.

  2. If only bt-snoop is required, include the package in your build. For example, if using fx set, add: --with //src/connectivity/bluetooth/tools/bt-snoop. Also include the snoop eager core shard so that the component starts on boot.