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 provices a human-readable name for the device. -
BluetoothDevice.gatt
Read only -
A reference to the device's
BluetoothRemoteGATTServer
.
Methods
-
BluetoothDevice.watchAdvertisments()
-
A
Promise
that resolves toundefined
or is rejected with an error if advetisments can’t shown for any reason. -
BluetoothDevice.unwatchAdvertisments()
-
Stops watching for advertisments.
Specifications
Specification |
---|
Web Bluetooth # bluetoothdevice-interface |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
BluetoothDevice |
56
Before Chrome 70, this feature was only supported in macOS. In Chrome 70, support was added for Windows 10. Linux support is not enabled by default.
56
In Linux and versions of Windows earlier than 10, this flag must be enabled.
|
79
Supported by default only on macOS and Windows 10. Linux support is not enabled by default.
79
In Linux and versions of Windows earlier than 10, this flag must be enabled.
|
No |
No |
43
Before Opera 57, this feature was only supported in macOS. In Opera 57, support was added for Windows 10. Linux support is not enabled by default.
43
In Linux and versions of Windows earlier than 10, this flag must be enabled.
|
No |
No
See bug 1100993.
|
56 |
No |
43 |
No |
6.0 |
gatt |
56 |
79 |
No |
No |
43 |
No |
No |
56 |
No |
43 |
No |
6.0 |
id |
56 |
79 |
No |
No |
43 |
No |
No |
56 |
No |
43 |
No |
6.0 |
name |
56 |
79 |
No |
No |
43 |
No |
No |
56 |
No |
43 |
No |
6.0 |
ongattserverdisconnected |
56 |
79 |
No |
No |
43 |
No |
No |
56 |
No |
43 |
No |
6.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/BluetoothDevice