google / mobly-bundled-snippets

Snippets to allow Mobly tests to control Android devices by exposing a simplified Android API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete basic APIs in BluetoothAdapterSnippet

xpconanfan opened this issue · comments

Currently the BluetoothAdapterSnippet only has enable/disable APIs.
We need to add more functionalities like the following:

  • Make self discoverable
  • Conduct a discover and find nearby discoverable devices
  • Pair with another device
  • Connect to another device
  • List paired devices
  • List connected devices

Remaining tasks:

  • Pair with another device
  • Connect to another device