Initial release

Fork of nrf51-sdk by Lancaster University

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 415 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 417 of file device_manager.h.

Security parameters to be used for the application.

Definition at line 419 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 418 of file device_manager.h.