CBError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Errors possible during Bluetooth LE transactions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBError
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 |