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

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

ble_bondmngr_evt_t Struct Reference

ble_bondmngr_evt_t Struct Reference
[Data Structures]

Bond Manager Module event. More...

#include <ble_bondmngr.h>

Data Fields

ble_bondmngr_evt_type_t evt_type
 Type of event.
int8_t central_handle
 Handle to the current central.
uint16_t central_id
 Identifier to the central.

Detailed Description

Bond Manager Module event.

Definition at line 150 of file ble_bondmngr.h.


Field Documentation

Handle to the current central.

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

Definition at line 153 of file ble_bondmngr.h.

uint16_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.

Definition at line 154 of file ble_bondmngr.h.

Type of event.

Definition at line 152 of file ble_bondmngr.h.