nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Context Management Events

Context Management Events. More...

Macros

#define DM_EVT_DEVICE_CONTEXT_LOADED   0x21
 
#define DM_EVT_DEVICE_CONTEXT_STORED   0x22
 
#define DM_EVT_DEVICE_CONTEXT_DELETED   0x23
 
#define DM_EVT_SERVICE_CONTEXT_LOADED   0x31
 
#define DM_EVT_SERVICE_CONTEXT_STORED   0x32
 
#define DM_EVT_SERVICE_CONTEXT_DELETED   0x33
 
#define DM_EVT_APPL_CONTEXT_LOADED   0x41
 
#define DM_EVT_APPL_CONTEXT_STORED   0x42
 
#define DM_EVT_APPL_CONTEXT_DELETED   0x43
 

Detailed Description

Context Management Events.

These events notify application of status loading or storing of contexts.

Macro Definition Documentation

#define DM_EVT_APPL_CONTEXT_DELETED   0x43

Indicates application context is deleted.

#define DM_EVT_APPL_CONTEXT_LOADED   0x41

Indicate application context for a peer is loaded.

#define DM_EVT_APPL_CONTEXT_STORED   0x42

Indicates application context is stored persistently.

#define DM_EVT_DEVICE_CONTEXT_DELETED   0x23

Indicates device context is deleted.

#define DM_EVT_DEVICE_CONTEXT_LOADED   0x21

Indicates device context for a peer was loaded.

#define DM_EVT_DEVICE_CONTEXT_STORED   0x22

Indicates device context is stored persistently.

#define DM_EVT_SERVICE_CONTEXT_DELETED   0x33

Indicates service context is deleted.

#define DM_EVT_SERVICE_CONTEXT_LOADED   0x31

Indicate service context for a peer is loaded.

#define DM_EVT_SERVICE_CONTEXT_STORED   0x32

Indicates service context is stored persistently.