Error code definitions
C
#define MBA_RES_SUCCESS 0x0000 #define MBA_RES_FAIL 0x0001 #define MBA_RES_OOM 0x0002 #define MBA_RES_INVALID_PARA 0x0003 #define MBA_RES_NO_RESOURCE 0x0004 #define MBA_RES_BAD_STATE 0x0005 #define MBA_RES_PENDING_DUE_TO_SECURITY 0x0006 #define MBA_RES_BUSY 0x0007 #define MBA_RES_UNKNOWN_CONN_ID 0x0102 #define MBA_RES_AUTHENTICATION_FAILURE 0x0105 #define MBA_RES_PIN_OR_KEY_MISSING 0x0106 #define MBA_RES_CONN_TIMEOUT 0x0108 #define MBA_RES_CONN_ALREADY_EXISTS 0x010B #define MBA_RES_COMMAND_DISALLOWED 0x010C #define MBA_RES_CONN_REJ_LIMITED_RESOURCES 0x010D #define MBA_RES_CONN_REJ_SECURITY_REASONS 0x010E #define MBA_RES_REMOTE_USER_TERM_CONN 0x0113 #define MBA_RES_PAIRING_NOT_ALLOWED 0x0118 #define MBA_RES_UNSUPPORT_REMOTE_FEATURE 0x011A #define MBA_RES_INSUFFICIENT_SECURITY 0x012F #define MBA_RES_ADVERTISING_TIMEOUT 0x013C #define MBA_RES_CONN_TERM_MIC_FAILURE 0x013D #define MBA_RES_UNKNOWN_ADV_ID 0x0142
Description
The definition of STACK API result.
Macro Definition
| Macro | Description | 
|---|---|
| MBA_RES_SUCCESS | Execution successfully. | 
| MBA_RES_FAIL | Execution fail. | 
| MBA_RES_OOM | Out of memory. | 
| MBA_RES_INVALID_PARA | Invalid parameters. | 
| MBA_RES_NO_RESOURCE | No resource. | 
| MBA_RES_BAD_STATE | Bad State. | 
| MBA_RES_PENDING_DUE_TO_SECURITY | Pending the request due to security process. | 
| MBA_RES_BUSY | Execution fail due to stack is busy. | 
| MBA_RES_UNKNOWN_CONN_ID | Unknown connection identifier. | 
| MBA_RES_AUTHENTICATION_FAILURE | Authentication failure. | 
| MBA_RES_PIN_OR_KEY_MISSING | PIN or key missing. | 
| MBA_RES_CONN_TIMEOUT | Connection timeout. | 
| MBA_RES_CONN_ALREADY_EXISTS | Connection already exists. | 
| MBA_RES_COMMAND_DISALLOWED | Command disallowed. | 
| MBA_RES_CONN_REJ_LIMITED_RESOURCES | Connection rejected due to limited resources. | 
| MBA_RES_CONN_REJ_SECURITY_REASONS | Connection rejected due to security reasons. | 
| MBA_RES_REMOTE_USER_TERM_CONN | Remote user terminated connection. | 
| MBA_RES_PAIRING_NOT_ALLOWED | Pairing not allowed. | 
| MBA_RES_UNSUPPORT_REMOTE_FEATURE | Unsupported remote feature. | 
| MBA_RES_INSUFFICIENT_SECURITY | Insufficient security. | 
| MBA_RES_ADVERTISING_TIMEOUT | Advertising timeout. | 
| MBA_RES_CONN_TERM_MIC_FAILURE | Connection terminated due to MIC failure. | 
| MBA_RES_UNKNOWN_ADV_ID | Unknown advertising identifier. | 
