getCharacteristics()

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

The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of BluetoothGATTCharacteristic instances for a given universally unique identifier (UUID).

Syntax

bluetoothGATTServiceInstance.getCharacteristics(characteristics).then(function(BluetoothGATTCharacteristic[]) { ... } )

Returns

A Promise to an Array of BluetoothGATTCharacteristic instances.

Parameters

characteristic
The UUID of a characteristic, for example '00002a37-0000-1000-8000-00805f9b34fb' for the Heart Rate Measurement characteristic.

Specifications

Specification Status Comment
Web Bluetooth
The definition of 'getCharacteristics()' in that specification.
Draft Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
getCharacteristics
Experimental
Chrome No support NoEdge No support NoFirefox No support NoIE No support NoOpera Full support YesSafari No support NoWebView Android No support NoChrome Android No support NoFirefox Android No support NoOpera Android Full support YesSafari iOS No support NoSamsung Internet Android No support No

Legend

Full support
Full support
No support
No support
Experimental. Expect behavior to change in the future.
Experimental. Expect behavior to change in the future.