mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

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.