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

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.