Bluetooth Framework C++ Edition

◆ wclGattLocalCharacteristicProperty

The enumeration represents the GATT local characteristic properties, as defined by the GATT profile.

Enumerator
cpAuthenticatedSignedWritable 

The characteristic supports signed writes.

cpBroadcastable 

The characteristic supports broadcasting.

cpExtendedProperties 

The ExtendedProperties Descriptor is present.

cpIndicatable 

The characteristic is indicatable.

cpNotifiable 

The characteristic is notifiable.

cpReadable 

The characteristic is readable.

cpReliableWritable 

The characteristic supports reliable writes.

cpWritableAuxiliaries 

The characteristic has writable auxiliaries.

cpWritable 

The characteristic is writable.

cpWritableWithoutResponse 

The characteristic supports Write Without Response.