CharacteristicUserDescriptionDescriptor
abstract fun CharacteristicUserDescriptionDescriptor(description: String, writable: Boolean = false): Int
Declares a Characteristic User Description descriptor.
This descriptor is used to provide a human-readable description of the characteristic.
Although the CUDD is usually read-only, it may be writable. In that case, the CharacteristicProperty.EXTENDED_PROPERTIES property and CharacteristicExtendedPropertiesDescriptor with writableAuxiliaries flag will be added automatically.
Parameters
description
The human-readable description of the characteristic.
writable
Whether the descriptor is writable.