Share via


CBError Enum

Definition

Errors possible during Bluetooth LE transactions.

[ObjCRuntime.Native]
public enum CBError
[<ObjCRuntime.Native>]
type CBError = 
Inheritance
CBError
Attributes

Fields

Name Value Description
None 0
Unknown 0
InvalidParameters 1
InvalidHandle 2
NotConnected 3
OutOfSpace 4
OperationCancelled 5
ConnectionTimeout 6
PeripheralDisconnected 7
UUIDNotAllowed 8
AlreadyAdvertising 9
ConnectionFailed 10
ConnectionLimitReached 11
UnknownDevice 12
OperationNotSupported 13
PeerRemovedPairingInformation 14
EncryptionTimedOut 15
TooManyLEPairedDevices 16
LEGattExceededBackgroundNotificationLimit 17
LEGattNearBackgroundNotificationLimit 18

Applies to