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_init_t Struct Reference

ble_bondmngr_init_t Struct Reference
[Data Structures]

Bond Manager Module init structure. More...

#include <ble_bondmngr.h>

Data Fields

uint8_t flash_page_num_bond
 Flash page number to use for storing Bonding Information.
uint8_t flash_page_num_sys_attr
 Flash page number to use for storing System Attributes.
bool bonds_delete
 TRUE if bonding and System Attributes for all centrals is to be deleted from flash during initialization, FALSE otherwise.
ble_bondmngr_evt_handler_t evt_handler
 Event handler to be called for handling events in bond manager.
ble_srv_error_handler_t error_handler
 Function to be called in case of an error.

Detailed Description

Bond Manager Module init structure.

This contains all options and data needed for initialization of the Bond Manager module.

Definition at line 173 of file ble_bondmngr.h.


Field Documentation

TRUE if bonding and System Attributes for all centrals is to be deleted from flash during initialization, FALSE otherwise.

Definition at line 177 of file ble_bondmngr.h.

Function to be called in case of an error.

Definition at line 179 of file ble_bondmngr.h.

Event handler to be called for handling events in bond manager.

Definition at line 178 of file ble_bondmngr.h.

Flash page number to use for storing Bonding Information.

Definition at line 175 of file ble_bondmngr.h.

Flash page number to use for storing System Attributes.

Definition at line 176 of file ble_bondmngr.h.