Fix annotation error caused by type checking.

go/pytype-faq#annotating-with-a-proto-enum-type-caused-a-runtime-error

sponge: https://fusion2.corp.google.com/f3831b2b-9753-3396-8296-39c6b3840d12

Co-authored-by: yehtsohsin@google.com
1 file changed
tree: 946c41da57bb9081359cc585ddd6b136e6ee2dab
  1. .github/
  2. doc/
  3. pandora/
  4. python/
  5. .gitignore
  6. CONTRIBUTING.md
  7. LICENSE
  8. 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.