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

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
 

Field Documentation

uint8_t flash_page_num_bond

Flash page number to use for storing Bonding Information.

uint8_t flash_page_num_sys_attr

Flash page number to use for storing System Attributes.

bool bonds_delete

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

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

ble_srv_error_handler_t error_handler

Function to be called in case of an error.