Bug: 232286600

Clone this repo:
  1. 553e24e Merge remote-tracking branch 'aosp/upstream-main' into main by David Duarte · 7 weeks ago main master
  2. 188b830 Make protoc-gen-custom_grpc deterministic by Cole Faust · 7 weeks ago
  3. 11164e2 Add Host.WaitConnectionUpdate rpc (#19) by Ben Lawson · 3 months ago
  4. 71dbcfc pytype: disable covariant `TypeVar` not supported yet by Lucas Abel · 5 months ago
  5. 0e5040b python: bump to v0.0.5 by Lucas Abel · 6 months ago

Pandora Bluetooth test interfaces

Pandora Bluetooth test interfaces provide a common abstraction for Bluetooth testing tools to interact with all Bluetooth implementations, exposing all standard Bluetooth capabilities over gRPC. They are built using the following requirements and style guide.

A test interface is defined for each Bluetooth profile.

Supported profiles

  • Host: Interface for general methods (reset, connection, advertise...).
  • Security: Interface to trigger Bluetooth Host security pairing procedures.
  • A2DP: Interface for the Advanced Audio Distribution Profile.