Descriptors contain additional information and attributes of a Bluetooth.BluetoothGattCharacteristic.
Readonly
Experimental
The UUID of the current descriptor.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
other
Read and receive the current value of the descriptor.
Returns: The value in a Uint8Array
Uint8Array
Write a new value to the descriptor.
value The value in a Uint8Array
value
Returns: Promise resolving to void when the value is successfully written.
Descriptors contain additional information and attributes of a Bluetooth.BluetoothGattCharacteristic.