Table of Contents

Enum GattCommunicationStatus

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

Represents the return status of a GATT API related operation.

public enum GattCommunicationStatus

Fields

AccessDenied = 3

Access is denied.

ProtocolError = 2

There was a GATT communication protocol error.

Success = 0

The operation completed successfully.

Unreachable = 1

No communication can be performed with the device, at this time.