host: update `GetRemoteName` to also accept an address as argument

* Also fixed `StartInquiryResponse.rssi` not being a signed integer.

Change-Id: I180e1bca3709e9ae028ea3940272e340fea3ca3d
1 file changed
tree: a982bc5bd84d545f734adcd70847d93e183e1433
  1. doc/
  2. pandora/
  3. python/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.