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

Bond Manager Module event. More...

#include <ble_bondmngr.h>

Data Fields

ble_bondmngr_evt_type_t evt_type
 
int8_t central_handle
 
uint16_t central_id
 

Detailed Description

Bond Manager Module event.

Field Documentation

int8_t ble_bondmngr_evt_t::central_handle

Handle to the current central. This is an index to the central list maintained internally by the bond manager.

uint16_t ble_bondmngr_evt_t::central_id

Identifier to the central. This will be the same as Encryption diversifier of the central (see ble_gap_evt_sec_info_request_t). This value is constant for the duration of the bond.

ble_bondmngr_evt_type_t ble_bondmngr_evt_t::evt_type

Type of event.