ANCS error codes
C
#define ANCS_ERRCODE_UNKNOWN_COMMAND (0xA0U) #define ANCS_ERRCODE_INVALID_COMMAND (0xA1U) #define ANCS_ERRCODE_INVALID_PARAMETER (0xA2U) #define ANCS_ERRCODE_ACTION_FAILED (0xA3U)
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. |