Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The BluetoothRemoteGATTCharacteristic.getDescriptor()
method
returns a Promise
that resolves to the
first BluetoothGATTDescriptor
for a given descriptor UUID.
Syntax
BluetoothRemoteGATTCharacteristic.getDescriptor(bluetoothDescriptorUUID).then(function(bluetoothGATTDescriptor) { ... })
Returns
A Promise
that resolves to the
first BluetoothGATTDescriptor
.
Specifications
Specification | Status | Comment |
---|---|---|
Web Bluetooth The definition of 'getDescriptor()' in that specification. |
Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser