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 BluetoothRemoteGATTService interface of the Web Bluetooth API represents a service provided by a GATT server, including a device, a list of referenced services, and a list of the characteristics of this service.
BluetoothRemoteGATTService.device Read only Experimental
Returns information about a Bluetooth device through an instance of BluetoothDevice.
BluetoothRemoteGATTService.isPrimary Read only Experimental
Returns a boolean value indicating whether this is a primary or secondary service.
BluetoothRemoteGATTService.uuid Read only Experimental
Returns a string representing the UUID of this service.
BluetoothRemoteGATTService.getCharacteristic() Experimental
Returns a Promise to an instance of BluetoothRemoteGATTCharacteristic for a given universally unique identifier (UUID).
BluetoothRemoteGATTService.getCharacteristics() Experimental
Returns a Promise to an Array of BluetoothRemoteGATTCharacteristic instances for an optional universally unique identifier (UUID).
| Specification |
|---|
| Web Bluetooth> # bluetoothgattservice-interface> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
BluetoothRemoteGATTService |
70Linux support is not enabled by default.56–70Only supported on macOS. |
79Linux support is not enabled by default. |
No |
57Linux support is not enabled by default.43–57Only supported on macOS. |
No | 56 | No | 43 | No | 6.0 | No | No |
device |
56 | 79 | No | 43 | No | 56 | No | 43 | No | 6.0 | No | No |
getCharacteristic |
56 | 79 | No | 43 | No | 56 | No | 43 | No | 6.0 | No | No |
getCharacteristics |
56 | 79 | No | 43 | No | 56 | No | 43 | No | 6.0 | No | No |
isPrimary |
56 | 79 | No | 43 | No | 56 | No | 43 | No | 6.0 | No | No |
uuid |
56 | 79 | No | 43 | No | 56 | No | 43 | No | 6.0 | No | No |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/BluetoothRemoteGATTService