Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The BluetoothRemoteGATTServer
interface of the Web Bluetooth API represents a GATT Server on a remote device.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The BluetoothRemoteGATTServer
interface of the Web Bluetooth API represents a GATT Server on a remote device.
BluetoothRemoteGATTServer.connected
Read only Experimental
A boolean value that returns true while this script execution environment is connected to this.device
. It can be false while the user agent is physically connected.
BluetoothRemoteGATTServer.device
Read only Experimental
A reference to the BluetoothDevice
running the server.
BluetoothRemoteGATTServer.connect()
Experimental
Causes the script execution environment to connect to this.device
.
BluetoothRemoteGATTServer.disconnect()
Experimental
Causes the script execution environment to disconnect from this.device
.
BluetoothRemoteGATTServer.getPrimaryService()
Experimental
Returns a promise to the primary BluetoothRemoteGATTService
offered by the Bluetooth device for a specified BluetoothServiceUUID
.
BluetoothRemoteGATTServer.getPrimaryServices()
Experimental
Returns a promise to a list of primary BluetoothRemoteGATTService
objects offered by the Bluetooth device for a specified BluetoothServiceUUID
.
Specification |
---|
Web Bluetooth # bluetoothgattremoteserver-interface |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
BluetoothRemoteGATTServer |
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 |
connect |
56 | 79 | No | No | 43 | No | No | 56 | No | 43 | No | 6.0 |
connected |
56 | 79 | No | No | 43 | No | No | 56 | No | 43 | No | 6.0 |
device |
56 | 79 | No | No | 43 | No | No | 56 | No | 43 | No | 6.0 |
disconnect |
56 | 79 | No | No | 43 | No | No | 56 | No | 43 | No | 6.0 |
getPrimaryService |
56 | 79 | No | No | 43 | No | No | 56 | No | 43 | No | 6.0 |
getPrimaryServices |
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/BluetoothRemoteGATTServer