Bug: 232286600

Clone this repo:
  1. 956623e Merge remote-tracking branch 'aosp/upstream-main' into main am: 553e24e4ab by David Duarte · 4 months ago main master
  2. 553e24e Merge remote-tracking branch 'aosp/upstream-main' into main by David Duarte · 4 months ago
  3. 188b830 Make protoc-gen-custom_grpc deterministic by Cole Faust · 5 months ago
  4. 11164e2 Add Host.WaitConnectionUpdate rpc (#19) by Ben Lawson · 6 months ago
  5. 71dbcfc pytype: disable covariant `TypeVar` not supported yet by Lucas Abel · 8 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.