W3cubDocs

/Web APIs

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.

EventTarget BluetoothDevice

Instance properties

BluetoothDevice.id Experimental Read only

A string that uniquely identifies a device.

BluetoothDevice.name Experimental Read only

A string that provides a human-readable name for the device.

BluetoothDevice.gatt Experimental Read only

A reference to the device's BluetoothRemoteGATTServer.

Instance methods

BluetoothDevice.watchAdvertisements() Experimental

A Promise that resolves to undefined or is rejected with an error if advertisements can't be shown for any reason.

BluetoothDevice.forget() Experimental

Provides a way for the page to revoke access to a device the user has granted access to.

Specifications

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
56Before 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.
56In Linux and versions of Windows earlier than 10, this flag must be enabled.
79Supported by default only on macOS and Windows 10. Linux support is not enabled by default.
79In Linux and versions of Windows earlier than 10, this flag must be enabled.
No No
43Before 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.
43In Linux and versions of Windows earlier than 10, this flag must be enabled.
No No 56 No 43 No 6.0
gatt 56 79 No No 43 No No 56 No 43 No 6.0
gattserverdisconnected_event 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

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/BluetoothDevice