ble_sec_evt_t Struct Reference

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...
 

Detailed Description

BLE Security event structure.

Definition at line 226 of file ble_sec.h.

Member Data Documentation

◆ enc_ind

ble_sec_evt_enc_ind_t ble_sec_evt_t::enc_ind

Link Encrypted event.

Definition at line 232 of file ble_sec.h.

◆ enc_req

ble_sec_evt_enc_req_t ble_sec_evt_t::enc_req

Link Encrypte Request event.

Definition at line 231 of file ble_sec.h.

◆ index

uint8_t ble_sec_evt_t::index

Index of connection.

Definition at line 228 of file ble_sec.h.

◆ key_missing

ble_sec_evt_key_missing_t ble_sec_evt_t::key_missing

Key Missing event.

Definition at line 234 of file ble_sec.h.

◆ keypress_ntf

ble_sec_evt_keypress_notify_t ble_sec_evt_t::keypress_ntf

Key Press Notify event.

Definition at line 233 of file ble_sec.h.

◆ params

union { ... } ble_sec_evt_t::params

Params of event.


The documentation for this struct was generated from the following file: