Skip to content

Commit

Permalink
Add bluetooth API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed Nov 15, 2024
1 parent 430e72f commit 567efd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/writing-tests/testdriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,11 @@ const event = await log_entry_promise;
.. js:autofunction:: test_driver.bidi.log.entry_added.on
.. js:autofunction:: test_driver.bidi.log.entry_added.once
```

### Bluetooth ###

The module provides access to [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth).

```eval_rst
.. js:autofunction:: test_driver.bidi.bluetooth.simulate_adapter
```

0 comments on commit 567efd1

Please sign in to comment.