BluetoothRemoteGATTServer
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.
Note: This page describes the W3C Community Group Web Bluetooth API. For the Firefox OS Bluetooth API, see BluetoothGattServer
(Firefox OS).
Properties
-
BluetoothRemoteGATTServer.connected
Read only -
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 -
A reference to the
BluetoothDevice
running the server.
Methods
BluetoothRemoteGATTServer.connect()
-
Causes the script execution environment to connect to
this.device
. BluetoothRemoteGATTServer.disconnect()
-
Causes the script execution environment to disconnect from
this.device
. BluetoothRemoteGATTServer.getPrimaryService()
-
Returns a promise to the primary
BluetoothRemoteGATTService
offered by the bluetooth device for a specifiedBluetoothServiceUUID
. BluetoothRemoteGATTServer.getPrimaryServices()
-
Returns a promise to a list of primary
BluetoothRemoteGATTService
objects offered by the bluetooth device for a specifiedBluetoothServiceUUID
.
Specifications
Specification |
---|
Web Bluetooth # bluetoothgattremoteserver-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 | |
BluetoothRemoteGATTServer |
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 |
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–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/BluetoothRemoteGATTServer