ANCS error codes
C
#define ANCS_ERRCODE_UNKNOWN_COMMAND 0xA0 #define ANCS_ERRCODE_INVALID_COMMAND 0xA1 #define ANCS_ERRCODE_INVALID_PARAMETER 0xA2 #define ANCS_ERRCODE_ACTION_FAILED 0xA3
Description
Defines error code for ANCS.
Macro Definition
Macro | Description |
---|---|
ANCS_ERRCODE_UNKNOWN_COMMAND | Unrecognized command by the NP. |
ANCS_ERRCODE_INVALID_COMMAND | Command improperly formatted. |
ANCS_ERRCODE_INVALID_PARAMETER | Parameter refers to a non-existent object on NP. |
ANCS_ERRCODE_ACTION_FAILED | Action could not be performed. |