Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_Health_Thermometer_HeartRateMonitor
Fork of BLE_API_Native_IRC by
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
| bool bonds_delete |
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.
| uint8_t flash_page_num_bond |
Flash page number to use for storing Bonding Information.
Definition at line 175 of file ble_bondmngr.h.
| uint8_t flash_page_num_sys_attr |
Flash page number to use for storing System Attributes.
Definition at line 176 of file ble_bondmngr.h.
Generated on Tue Jul 12 2022 18:38:51 by
1.7.2
