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.
BluetoothDevice.id Read onlyA string that uniquely identifies a device.
BluetoothDevice.name Read onlyA string that provides a human-readable name for the device.
BluetoothDevice.gatt Read onlyA reference to the device's BluetoothRemoteGATTServer.
BluetoothDevice.watchAdvertisements() A Promise that resolves to undefined or is rejected with an error if advertisements can't be shown for any reason.
BluetoothDevice.forget() Provides a way for the page to revoke access to a device the user has granted access to.
Listen to these events using addEventListener() or by assigning an event listener to the oneventname property of this interface.
gattserverdisconnected Fired on a device when an active GATT connection is lost.