Yoshihiro TSUBOI / BLE_API_Native_IRC

Dependents:   BLE_Health_Thermometer_IRC BLE_RCBController_micono_test BLE_konashi_PIO_test BLE_ADT7410_TMP102_Sample ... more

Fork of BLE_API_Native_blog by Donal Morrissey

Embed: (wiki syntax)

« Back to documentation index

Enumerations

Enumerations defined by this module. More...

Enumerations

enum  ble_bondmngr_evt_type_t {
  BLE_BONDMNGR_EVT_NEW_BOND, BLE_BONDMNGR_EVT_CONN_TO_BONDED_CENTRAL, BLE_BONDMNGR_EVT_ENCRYPTED, BLE_BONDMNGR_EVT_AUTH_STATUS_UPDATED,
  BLE_BONDMNGR_EVT_BOND_FLASH_FULL
}
 

Bond Manager Module event type.

More...

Detailed Description

Enumerations defined by this module.


Enumeration Type Documentation

Bond Manager Module event type.

Enumerator:
BLE_BONDMNGR_EVT_NEW_BOND 

New bond has been created.

BLE_BONDMNGR_EVT_CONN_TO_BONDED_CENTRAL 

Connected to a previously bonded central.

BLE_BONDMNGR_EVT_ENCRYPTED 

Current link is encrypted.

BLE_BONDMNGR_EVT_AUTH_STATUS_UPDATED 

Authentication status updated for current central.

BLE_BONDMNGR_EVT_BOND_FLASH_FULL 

Flash block for storing Bonding Information is full.

Definition at line 133 of file ble_bondmngr.h.