From 567efd116cbbb687bf997357f869508381231254 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Fri, 15 Nov 2024 21:37:34 +0100 Subject: [PATCH] Add bluetooth API doc --- docs/writing-tests/testdriver.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/writing-tests/testdriver.md b/docs/writing-tests/testdriver.md index d831e2b7c6af87..462c7b85503cb9 100644 --- a/docs/writing-tests/testdriver.md +++ b/docs/writing-tests/testdriver.md @@ -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 +```