ble_sec_enc_req_data_t Union Reference

SEC encryption request data. More...

#include <ble_sec.h>

Public Attributes

ble_sec_tk_type_t tk_type
 
ble_sec_oob_t oob_data
 
ble_sec_nc_t nc_data
 

Detailed Description

SEC encryption request data.

Definition at line 193 of file ble_sec.h.

Member Data Documentation

◆ nc_data

ble_sec_nc_t ble_sec_enc_req_data_t::nc_data

Number comparison data, see ble_sec_nc_t.

Definition at line 197 of file ble_sec.h.

◆ oob_data

ble_sec_oob_t ble_sec_enc_req_data_t::oob_data

OOB data, see ble_sec_oob_t.

Definition at line 196 of file ble_sec.h.

◆ tk_type

ble_sec_tk_type_t ble_sec_enc_req_data_t::tk_type

TK type, see ble_sec_tk_type_t.

Definition at line 195 of file ble_sec.h.


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