BT_SYS_ErrCode_T

C

typedef enum BT_SYS_ErrCode_T{
	BT_SYS_ERR_OOM,
	BT_SYS_ERR_END
}BT_SYS_ErrCode_T;

Description

Defines for error codes used in the Bluetooth system.

EnumeratorDescription
BT_SYS_ERR_OOMError code for 'Out of Memory' condition.
BT_SYS_ERR_ENDSentinel value indicating the end of error codes.