BLE temperature profile using digital DS1820 or analog LM35 sensors

Dependencies:   DS1820

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.