descriptors
A list of the descriptors discovered in this characteristic.
Declaration
var descriptors: [CBDescriptor]? { get }Discussion
The value of this property is an array of CBDescriptor objects that represent a characteristic’s descriptors. Characteristic descriptors provide more information about a characteristic’s value. For example, they may describe the value in human-readable form and describe how to format the value for presentation purposes. For more information about characteristic descriptors, see CBDescriptor.