CharacteristicProperty

Enumeration of properties of GATT characteristics.

A property defines available actions for a given characteristic.

Entries

Link copied to clipboard

A property that indicates the characteristic can broadcast its value using a characteristic configuration descriptor.

Link copied to clipboard

A property that indicates a peripheral can read the characteristic’s value.

Link copied to clipboard

A property that indicates a peripheral can write the characteristic’s value, without a response to indicate that the write succeeded.

Link copied to clipboard

A property that indicates a peripheral can write the characteristic’s value, with a response to indicate that the write succeeded.

Link copied to clipboard

A property that indicates the peripheral permits notifications of the characteristic’s value, without a response from the central to indicate receipt of the notification.

Link copied to clipboard

A property that indicates the peripheral permits notifications of the characteristic’s value, with a response from the central to indicate receipt of the notification.

Link copied to clipboard

A property that indicates the peripheral allows signed writes of the characteristic’s value, without a response to indicate the write succeeded.

Link copied to clipboard

A property that indicates the characteristic defines additional properties in the extended properties descriptor.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The write type associated with this property, or null if the property does not relates to writing.

Functions

Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.