Node Web Bluetooth
Preparing search index...
BluetoothOptions
Interface BluetoothOptions
interface
BluetoothOptions
{
adapterIndex
?:
number
;
allowAllDevices
?:
boolean
;
deviceFound
?:
(
device
:
BluetoothDevice
,
selectFn
:
()
=>
void
)
=>
boolean
;
referringDevice
?:
BluetoothDevice
;
scanTime
?:
number
;
}
Index
Properties
adapter
Index?
allow
All
Devices?
device
Found?
referring
Device?
scan
Time?
Properties
Optional
adapter
Index
adapterIndex
?:
number
Optional
allow
All
Devices
allowAllDevices
?:
boolean
Optional
device
Found
deviceFound
?:
(
device
:
BluetoothDevice
,
selectFn
:
()
=>
void
)
=>
boolean
Optional
referring
Device
referringDevice
?:
BluetoothDevice
Optional
scan
Time
scanTime
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
adapter
Index
allow
All
Devices
device
Found
referring
Device
scan
Time
Node Web Bluetooth
Loading...