Table of Contents

Enum BluetoothCharacteristicProperties

Namespace
Bluetooth.Abstractions.Broadcasting.Enums
Assembly
Bluetooth.Abstractions.Broadcasting.dll

Defines properties that describe how a Bluetooth GATT characteristic can be accessed.

[Flags]
public enum BluetoothCharacteristicProperties

Fields

Broadcast = 32

The characteristic supports broadcast operations.

ExtendedProperties = 128

The characteristic has extended properties defined in a descriptor.

Indicate = 16

The characteristic supports indications with acknowledgment.

None = 0

No properties defined.

Notify = 8

The characteristic supports notifications without acknowledgment.

Read = 1

The characteristic supports read operations.

SignedWrite = 64

The characteristic supports signed write operations.

Write = 2

The characteristic supports write operations with response.

WriteWithoutResponse = 4

The characteristic supports write operations without response.