Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

Embed: (wiki syntax)

« Back to documentation index

dm_event_param_t Union Reference

dm_event_param_t Union Reference
[Device Manager Data Types]

Event parameters. More...

#include <device_manager.h>

Data Fields

ble_gap_evt_tp_gap_param
 All events that are triggered in device manager as a result of GAP events, like connection, disconnection and security procedures are accompanied with GAP parameters.
dm_application_context_tp_app_context
 All events that are associated with application context procedures of store, load, and deletion have this as event parameter.
dm_service_context_tp_service_context
 All events that are associated with service context procedures of store, load and deletion have this as event parameter.
dm_device_context_tp_device_context
 All events that are associated with device context procedures of store, load and deletion have this as event parameter.

Detailed Description

Event parameters.

Defines event parameters for each of the events notified by the module.

Definition at line 358 of file device_manager.h.


Field Documentation

All events that are associated with application context procedures of store, load, and deletion have this as event parameter.

Definition at line 361 of file device_manager.h.

All events that are associated with device context procedures of store, load and deletion have this as event parameter.

Definition at line 363 of file device_manager.h.

All events that are triggered in device manager as a result of GAP events, like connection, disconnection and security procedures are accompanied with GAP parameters.

Definition at line 360 of file device_manager.h.

All events that are associated with service context procedures of store, load and deletion have this as event parameter.

Definition at line 362 of file device_manager.h.