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.
Enumerator | Description |
---|---|
BT_SYS_ERR_OOM | Error code for 'Out of Memory' condition. |
BT_SYS_ERR_END | Sentinel value indicating the end of error codes. |