Firefox Tomorrow

web api instance method

BluetoothRemoteGATTCharacteristic: getDescriptors() method

View on MDN ↗

Limited availabilitySecure context

The BluetoothRemoteGATTCharacteristic.getDescriptors() method returns a Promise that resolves to an Array of all BluetoothRemoteGATTDescriptor objects for a given descriptor UUID.

Syntax

getDescriptors(bluetoothDescriptorUUID)

Parameters

None.

Return value

A Promise that resolves to an Array of BluetoothRemoteGATTDescriptor objects.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.