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

MacroDescription
ANCS_ERRCODE_UNKNOWN_COMMANDUnrecognized command by the NP.
ANCS_ERRCODE_INVALID_COMMANDCommand improperly formatted.
ANCS_ERRCODE_INVALID_PARAMETERParameter refers to a non-existent object on NP.
ANCS_ERRCODE_ACTION_FAILEDAction could not be performed.