• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/workflows/25-Apr-2025-115108

doc/25-Apr-2025-270204

pandora/25-Apr-2025-1,3181,205

python/25-Apr-2025-880660

.gitignoreD25-Apr-2025100 76

Android.bpD25-Apr-20251.8 KiB7873

CONTRIBUTING.mdD25-Apr-20251 KiB3019

LICENSED25-Apr-202511.1 KiB203169

METADATAD25-Apr-2025297 119

MODULE_LICENSE_APACHE2D25-Apr-20250

OWNERSD25-Apr-202544 32

README.mdD25-Apr-2025665 1611

README.md

1# Pandora Bluetooth test interfaces
2
3Pandora Bluetooth test interfaces provide a common abstraction for Bluetooth
4testing tools to interact with all Bluetooth implementations, exposing all
5standard Bluetooth capabilities over [gRPC](https://grpc.io/). They are built
6using the following [requirements](doc/overview.md) and [style guide](
7doc/style-guide.md).
8
9A test interface is defined for each Bluetooth profile.
10
11## Supported profiles
12
13* **Host**: Interface for general methods (reset, connection, advertise...).
14* **Security**: Interface to trigger Bluetooth Host security pairing procedures.
15* **A2DP**: Interface for the Advanced Audio Distribution Profile.
16