BLE Security event structure. More...
#include <ble_sec.h>
Collaboration diagram for ble_sec_evt_t:Public Attributes | |
| uint8_t | index |
| Index of connection. More... | |
| union { | |
| ble_sec_evt_enc_req_t enc_req | |
| Link Encrypte Request event. More... | |
| ble_sec_evt_enc_ind_t enc_ind | |
| Link Encrypted event. More... | |
| ble_sec_evt_keypress_notify_t keypress_ntf | |
| Key Press Notify event. More... | |
| ble_sec_evt_key_missing_t key_missing | |
| Key Missing event. More... | |
| } | params |
| Params of event. More... | |
| ble_sec_evt_enc_ind_t ble_sec_evt_t::enc_ind |
| ble_sec_evt_enc_req_t ble_sec_evt_t::enc_req |
| ble_sec_evt_key_missing_t ble_sec_evt_t::key_missing |
| ble_sec_evt_keypress_notify_t ble_sec_evt_t::keypress_ntf |
| union { ... } ble_sec_evt_t::params |
Params of event.