Enum CBATTError
- Namespace
- CoreBluetooth
An error that Core Bluetooth returns while using Attribute Protocol (ATT). https://developer.apple.com/documentation/corebluetooth/cbatterror
public enum CBATTError
Fields
Success = 0InvalidHandle = 1ReadNotPermitted = 2WriteNotPermitted = 3InvalidPdu = 4InsufficientAuthentication = 5RequestNotSupported = 6InvalidOffset = 7InsufficientAuthorization = 8PrepareQueueFull = 9AttributeNotFound = 10AttributeNotLong = 11InsufficientEncryptionKeySize = 12InvalidAttributeValueLength = 13UnlikelyError = 14InsufficientEncryption = 15UnsupportedGroupType = 16InsufficientResources = 17