Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 946 Bytes

gattcommunicationstatus.md

File metadata and controls

46 lines (31 loc) · 946 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus
winrt enum
xbox

GattCommunicationStatus

-description

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

Indicates the status of the asynchronous operation.

-enum-fields

-field Success:0

The operation completed successfully.

-field Unreachable:1

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

-field AccessDenied:3

Access is denied.

-field ProtocolError:2

There was a GATT communication protocol error.

-remarks

Version history

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

-examples

-see-also

-capabilities

bluetooth