nRF51 SDK v10.0.0
Events parameters specific to the SMD_EVT_PAIRING_SUCCESS event. More...
#include <security_dispatcher.h>
Data Fields |
|
| bool | bonded |
| bool | mitm |
| ble_gap_sec_kdist_t | kdist_own |
| ble_gap_sec_kdist_t | kdist_peer |
Detailed Description
Events parameters specific to the SMD_EVT_PAIRING_SUCCESS event.
Field Documentation
| bool smd_evt_pairing_success_t::bonded |
Whether bonding was performed.
| ble_gap_sec_kdist_t smd_evt_pairing_success_t::kdist_own |
Which keys were distributed to the peer. Only relevant if bonding was performed.
| ble_gap_sec_kdist_t smd_evt_pairing_success_t::kdist_peer |
Which keys were distributed by the peer. Only relevant if bonding was performed.
| bool smd_evt_pairing_success_t::mitm |
Whether MITM protection was used during pairing.