Enum BluetoothGattProperty

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX