Enum BluetoothGattProperty
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
Enumeration for the characteristic's property.
[Flags]
public enum BluetoothGattProperty
Fields
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. |