tree: 825b8495dc77ac96fd3d57340c829f2b6cfb1526 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/connectivity/bluetooth/tests/bt-profile-test-server/README.md

Profile Test Server

The Profile Test Server component is used in integration tests for the bluetooth profiles.

The server manages a fake piconet of peers, and simulates the behavior of the Profile Server. The component implements the ProfileTest interface, which can be used to register mock peers in the piconet, launch profiles to test, and drive peer behavior.

Build Configuration

To include the profile server in your build, add:

--with //src/connectivity/bluetooth/tests/bt-profile-test-server and --with //src/connectivity/bluetooth/tests/bt-profile-test-server:tests to your fx set.

To run the unit tests for the server: fx test bt-profile-test-server-tests.