pandora-python-gen-src: Specify dependencies

This is needed to use sandboxing on genrules

Test: Manual diff with and without GENRULE_SANDBOXING=true
  only diff being order of some Union(s)
  `Union[host_pb2.Connection, None, bytes]` vs
  `Union[None, host_pb2.Connection, bytes]`
Bug: 287071917
Change-Id: I3c7fac8d5fbfab5f4a6c73d40b03c67a7b26775d
1 file changed
tree: 8e84693faacc264ca43a0d0a32c0de38c2e5482f
  1. doc/
  2. pandora/
  3. python/
  4. .gitignore
  5. Android.bp
  6. CONTRIBUTING.md
  7. LICENSE
  8. METADATA
  9. MODULE_LICENSE_APACHE2
  10. OWNERS
  11. README.md
README.md

Pandora Bluetooth test interfaces

Pandora Bluetooth test interfaces are Remote Procedure Call (RPC) interfaces exposed to testing tools to trigger behaviors within a Bluetooth stack under test. They are built using the following requirements and style guide.

A test interface is defined for each Bluetooth profile.

Supported profiles

  • Host: interfaces for general methods (pairing, connection...).
  • A2DP: Advanced Audio Distribution Profile.