nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_bondmngr_init_t Struct Reference

Bond Manager Module init structure. This contains all options and data needed for initialization of the Bond Manager module. More...

#include <ble_bondmngr.h>

Data Fields

uint8_t flash_page_num_bond
 
uint8_t flash_page_num_sys_attr
 
bool bonds_delete
 
ble_bondmngr_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 

Detailed Description

Bond Manager Module init structure. This contains all options and data needed for initialization of the Bond Manager module.

Field Documentation

bool ble_bondmngr_init_t::bonds_delete

TRUE if bonding and System Attributes for all centrals is to be deleted from flash during initialization, FALSE otherwise.

ble_srv_error_handler_t ble_bondmngr_init_t::error_handler

Function to be called in case of an error.

ble_bondmngr_evt_handler_t ble_bondmngr_init_t::evt_handler

Event handler to be called for handling events in bond manager.

uint8_t ble_bondmngr_init_t::flash_page_num_bond

Deprecated: Flash page number to use for storing Bonding Information.

uint8_t ble_bondmngr_init_t::flash_page_num_sys_attr

Deprecated: Flash page number to use for storing System Attributes.