The Bluetooth interface of the Web Bluetooth API returns a web.Promise
a bluetooth.BluetoothDevice object with the specified options.
The Bluetooth interface of the Web Bluetooth API returns a `web.Promise` a `bluetooth.BluetoothDevice` object with the specified options.
(request-device this & args)Method.
The Bluetooth.requestDevice() method of the bluetooth.Bluetooth
returns a web.Promise to a bluetooth.BluetoothDevice object
the specified options. If there is no chooser UI, this method
the first device matching the criteria.
Bluetooth.requestDevice([options]) .then(function(bluetoothDevice) { ... })
See also: https://developer.mozilla.org/en-US/docs/Web/API/Bluetooth/requestDevice
Method.
The Bluetooth.requestDevice() method of the `bluetooth.Bluetooth`
returns a `web.Promise` to a `bluetooth.BluetoothDevice` object
the specified options. If there is no chooser UI, this method
the first device matching the criteria.
`Bluetooth.requestDevice([options])
.then(function(bluetoothDevice) { ... })`
See also: `https://developer.mozilla.org/en-US/docs/Web/API/Bluetooth/requestDevice`cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |