Table of Contents

Enum GattCharacteristicProperties

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

Specifies the values for the GATT characteristic Extended Characteristic Properties Descriptor.

[Flags]
public enum GattCharacteristicProperties : uint

Fields

AuthenticatedSignedWrites = 64

The characteristic supports signed writes

Broadcast = 1

The characteristic supports broadcasting

ExtendedProperties = 128

The ExtendedProperties Descriptor is present

Indicate = 32

The characteristic is indicatable

None = 0

The characteristic doesn’t have any properties that apply.

Notify = 16

The characteristic is notifiable

Read = 2

The characteristic is readable

ReliableWrites = 256

The characteristic supports reliable writes

WritableAuxiliaries = 512

The characteristic has writeable auxiliaries

Write = 8

The characteristic is writeable

WriteWithoutResponse = 4

The characteristic supports Write Without Response