![]() |
nRF51 SDK - S120 SoftDevice
|
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 |
Context Management Events.
These events notify the application of the status of context loading and storing.
| #define DM_EVT_APPL_CONTEXT_DELETED 0x43 |
Indicates that application context is deleted.
| #define DM_EVT_APPL_CONTEXT_LOADED 0x41 |
Indicates that application context for a peer is loaded.
| #define DM_EVT_APPL_CONTEXT_STORED 0x42 |
Indicates that application context is stored persistently.
| #define DM_EVT_DEVICE_CONTEXT_DELETED 0x23 |
Indicates that device context is deleted.
| #define DM_EVT_DEVICE_CONTEXT_LOADED 0x21 |
Indicates that device context for a peer is loaded.
| #define DM_EVT_DEVICE_CONTEXT_STORED 0x22 |
Indicates that device context is stored persistently.
| #define DM_EVT_SERVICE_CONTEXT_DELETED 0x33 |
Indicates that service context is deleted.
| #define DM_EVT_SERVICE_CONTEXT_LOADED 0x31 |
Indicates that service context for a peer is loaded.
| #define DM_EVT_SERVICE_CONTEXT_STORED 0x32 |
Indicates that service context is stored persistently.