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

Enumerations defined by this module. More...

Enumerations

enum  ble_bondmngr_evt_type_t {
  BLE_BONDMNGR_EVT_NEW_BOND,
  BLE_BONDMNGR_EVT_CONN_TO_BONDED_MASTER,
  BLE_BONDMNGR_EVT_ENCRYPTED,
  BLE_BONDMNGR_EVT_AUTH_STATUS_UPDATED,
  BLE_BONDMNGR_EVT_BOND_FLASH_FULL
}
 Bond Manager Module event type. More...
 

Detailed Description

Enumeration Type Documentation

Enumerator
BLE_BONDMNGR_EVT_NEW_BOND 

New bond has been created.

BLE_BONDMNGR_EVT_CONN_TO_BONDED_MASTER 

Connected to a previously bonded master.

BLE_BONDMNGR_EVT_ENCRYPTED 

Current link is encrypted.

BLE_BONDMNGR_EVT_AUTH_STATUS_UPDATED 

Authentication status updated for current master.

BLE_BONDMNGR_EVT_BOND_FLASH_FULL 

Flash block for storing Bonding Information is full.