Enum BluetoothGattProperty

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

Enumeration for the characteristic's property.

C#
Copy
[Flags] public enum BluetoothGattProperty
Name Description
AuthenticatedSignedWrites

The authenticated signed writes property.

Broadcast

The broadcast property.

ExtendedProperties

The extended properties.

Indicate

The indicate property.

Notify

The notify property.

Read

The read property.

Write

The write property.

WriteWithoutResponse

The write without response property.