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.
Fork of nRF51822 by
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
int8_t central_handle |
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.
Generated on Tue Jul 12 2022 18:44:27 by
