BluetoothRemoteGATTCharacteristic.getDescriptor()
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
BluetoothRemoteGATTCharacteristic.getDescriptor(bluetoothDescriptorUUID).then(function(bluetoothGATTDescriptor) { /* ... */ })
Returns
A Promise that resolves to the
first BluetoothRemoteGATTDescriptor.
Specifications
| Specification |
|---|
| Web Bluetooth # dom-bluetoothremotegattcharacteristic-getdescriptor |
Browser compatibility
BCD tables only load in the browser