Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

dm_application_param_t Struct Reference

dm_application_param_t Struct Reference
[Device Manager Data Types]

Application Registration Parameters. More...

#include <device_manager.h>

Data Fields

dm_event_cb_t evt_handler
 Event Handler to be registered.
uint8_t service_type
 Bit mask identifying services that the application intends to support for all peers.
ble_gap_sec_params_t sec_param
 Security parameters to be used for the application.

Detailed Description

Application Registration Parameters.

Parameters needed by the module when registering with it.

Definition at line 394 of file device_manager.h.


Field Documentation

Event Handler to be registered.

It will receive asynchronous notification from the module, see Device Manager Events for asynchronous events.

Definition at line 396 of file device_manager.h.

Security parameters to be used for the application.

Definition at line 398 of file device_manager.h.

uint8_t service_type

Bit mask identifying services that the application intends to support for all peers.

Definition at line 397 of file device_manager.h.