BRZErrorCode Constants Reference
Declared in | BRZErrorCode.h |
---|
BRZErrorCode
错误码
Definition
typedef NS_ENUM(NSInteger, BRZErrorCode ) {
BRZErrorInvalidCall = 1,
BRZErrorInvalidMac = 2,
BRZErrorScanTimeout = 3,
BRZErrorConnectTimeout = 4,
BRZErrorConnectNotFoundServices = 5,
BRZErrorConnectNotFoundCharacteristics = 6,
BRZErrorAuthTimeout = 7,
BRZErrorAuthGetKeyFailed = 8,
BRZErrorAuthFailed = 9,
BRZErrorSendDataTimeout = 10,
BRZErrorRevDataError = 20,
BRZErrorSendDataError = 21,
};
Constants
BRZErrorInvalidCall
-
无效的调用
Declared In
BRZErrorCode.h
. BRZErrorInvalidMac
-
无效的mac地址
Declared In
BRZErrorCode.h
. BRZErrorScanTimeout
-
蓝牙设备扫描超时
Declared In
BRZErrorCode.h
. BRZErrorConnectTimeout
-
蓝牙设备连接超时
Declared In
BRZErrorCode.h
. BRZErrorConnectNotFoundServices
-
设备没有实现必选的Services
Declared In
BRZErrorCode.h
. BRZErrorConnectNotFoundCharacteristics
-
设备没有实现必选的Characteristics
Declared In
BRZErrorCode.h
. BRZErrorAuthTimeout
-
认证超时
Declared In
BRZErrorCode.h
. BRZErrorAuthGetKeyFailed
-
认证获取Key失败
Declared In
BRZErrorCode.h
. BRZErrorAuthFailed
-
认证失败
Declared In
BRZErrorCode.h
. BRZErrorSendDataTimeout
-
发送数据超时
Declared In
BRZErrorCode.h
. BRZErrorRevDataError
-
接收数据出错
Declared In
BRZErrorCode.h
. BRZErrorSendDataError
-
发送数据出错
Declared In
BRZErrorCode.h
.
Declared In
BRZErrorCode.h