BluetoothDevice

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

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.

Events

Listen to these events using addEventListener() or by assigning an event listener to the oneventname property of this interface.

gattserverdisconnected Experimental

Fired on a device when an active GATT connection is lost.

Specifications

Specification
Web Bluetooth
# bluetoothdevice-interface

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
BluetoothDevice
Experimental
gatt
Experimental
gattserverdisconnected event
Experimental
id
Experimental
name
Experimental

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
Partial support
Partial support
No support
No support
Experimental. Expect behavior to change in the future.
See implementation notes.
Has more compatibility info.