bumble: Update to 94fc81c1835f884e991490889a4725ce06834803

Change-Id: Ie3264c0d14fb50486852624ed1bdd92621b7c98b
2 files changed
tree: 464a3dd9608a7127ca58f52520ee987ac84b76ac
  1. bumble-server/
  2. dut2ref/
  3. examples/
  4. .gitignore
  5. .gitmodules
  6. pyproject.toml
  7. README.md
README.md

Pandora DUT-to-reference tests

Install

git submodule update --init
python -m venv venv
source venv/bin/activate.fish # or any other shell
pip install [-e] bt-test-interfaces/python
pip install [-e] .

Rebuild gRPC Bluetooth test interfaces

pip install grpcio-tools==1.46.3
./bt-test-interfaces/python/_build/grpc.py

Usage

python examples/example.py -c examples/example_config.yml