Node Web Bluetooth
Preparing search index...
Bluetooth
Class Bluetooth
Hierarchy
EventTarget
Bluetooth
Index
Constructors
constructor
Properties
referring
Device?
Methods
cancel
Request
get
Availability
get
Devices
load
Devices
request
Device
request
LE
Scan
Constructors
constructor
new
Bluetooth
(
options
?:
BluetoothOptions
)
:
Bluetooth
Parameters
options
:
BluetoothOptions
= {}
Returns
Bluetooth
Properties
Optional
Readonly
referring
Device
referringDevice
?:
BluetoothDevice
Methods
cancel
Request
cancelRequest
()
:
void
Returns
void
get
Availability
getAvailability
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
get
Devices
getDevices
()
:
Promise
<
BluetoothDevice
[]
>
Returns
Promise
<
BluetoothDevice
[]
>
load
Devices
loadDevices
()
:
Promise
<
BluetoothDevice
[]
>
Returns
Promise
<
BluetoothDevice
[]
>
request
Device
requestDevice
(
options
?:
RequestDeviceOptions
)
:
Promise
<
BluetoothDevice
>
Parameters
options
:
RequestDeviceOptions
= ...
Returns
Promise
<
BluetoothDevice
>
request
LE
Scan
requestLEScan
(
_options
?:
BluetoothLEScanOptions
)
:
Promise
<
BluetoothLEScan
>
Parameters
Optional
_options
:
BluetoothLEScanOptions
Returns
Promise
<
BluetoothLEScan
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
referring
Device
Methods
cancel
Request
get
Availability
get
Devices
load
Devices
request
Device
request
LE
Scan
Node Web Bluetooth
Loading...