1.1.2.1.6.2.1 BT_SYS_ErrCode_T

C

typedef enum BT_SYS_ErrCode_T{
	BT_SYS_ERR_OOM,
	BT_SYS_ERR_END
}BT_SYS_ErrCode_T;

Description

The definition of BT system error code.

EnumeratorDescription
BT_SYS_ERR_OOMOut of memory.
BT_SYS_ERR_ENDEnd of error code definition.