BluetoothDevice
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The BluetoothDevice interface of the Web Bluetooth API represents a Bluetooth device inside a particular script execution environment.
Properties
BluetoothDevice.id
Read only-
A
DOMString
that uniquely identifies a device. BluetoothDevice.name
Read only-
A
DOMString
that provides a human-readable name for the device. BluetoothDevice.gatt
Read only-
A reference to the device's
BluetoothRemoteGATTServer
.
Methods
BluetoothDevice.watchAdvertisements()
-
A
Promise
that resolves toundefined
or is rejected with an error if advertisements can't be shown for any reason. BluetoothDevice.unwatchAdvertisements()
-
Stops watching for advertisements.
Specifications
Specification |
---|
Web Bluetooth # bluetoothdevice-interface |
Browser compatibility
BCD tables only load in the browser