• Home
Name Date Size #Lines LOC

..--

mmi2grpc/04-Jul-2025-956679

.gitignoreD04-Jul-202512 21

CONTRIBUTING.mdD04-Jul-20251 KiB3120

LICENSED04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025327 119

MODULE_LICENSE_APACHE2D04-Jul-20250

OWNERSD04-Jul-2025116 43

README.mdD04-Jul-2025259 1812

__init__.pyD04-Jul-20250 10

pyproject.tomlD04-Jul-2025338 1614

README.md

1# mmi2grpc
2
3## Install
4
5```bash
6git submodule update --init
7
8pip install [-e] bt-test-interfaces/python
9pip install [-e] .
10```
11
12## Rebuild gRPC Bluetooth test interfaces
13
14```bash
15pip install grpcio-tools==1.46.3
16./bt-test-interfaces/python/_build/grpc.py
17```
18