Merge "Merge remote-tracking branch 'aosp/upstream-main' into main" into main am: d545f80ab0

Original change: https://android-review.googlesource.com/c/platform/external/pandora/bt-test-interfaces/+/2769042

Change-Id: I0f0b26b4d8781441b4053c048b83743c6a6d9b85
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: bebc7f49ccd7ba91e9a451cee80a74a6a36dc842
  1. .github/
  2. doc/
  3. pandora/
  4. python/
  5. .gitignore
  6. Android.bp
  7. CONTRIBUTING.md
  8. LICENSE
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. OWNERS
  12. README.md
README.md

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.