GattCommunicationStatus Enum

Definition

Represents the return status of a WinRT GATT API related Async operation.

Indicates the status of the asynchronous operation.

public enum class GattCommunicationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattCommunicationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattCommunicationStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus.success
Public Enum GattCommunicationStatus
Inheritance
GattCommunicationStatus
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
bluetooth

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.

Remarks

Version history

Windows version SDK version Value added
1703 15063 AccessDenied
1703 15063 ProtocolError

Applies to