BluetoothRemoteGATTCharacteristic: getDescriptor() method
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 BluetoothRemoteGATTDescriptor
for a given descriptor UUID.
Syntax
js
getDescriptor(bluetoothDescriptorUUID)
Parameters
None.
Return value
A Promise
that resolves to the
first BluetoothRemoteGATTDescriptor
.
Specifications
Specification |
---|
Web Bluetooth # dom-bluetoothremotegattcharacteristic-getdescriptor |
Browser compatibility
BCD tables only load in the browser