sec_cfm_enc_t Struct Reference

SEC Confirm encryption. More...

#include <ble_sec.h>

Public Attributes

sec_enc_req_type_t req_type
 Request type, see sec_enc_req_type_t. More...
 
bool accept
 Indicate whether to accept the request. More...
 
sec_cfm_enc_data_t data
 SEC Confirm encryption data, see sec_cfm_enc_data_t. More...
 

Detailed Description

SEC Confirm encryption.

Definition at line 204 of file ble_sec.h.

Member Data Documentation

◆ accept

bool sec_cfm_enc_t::accept

Indicate whether to accept the request.

Definition at line 207 of file ble_sec.h.

◆ data

sec_cfm_enc_data_t sec_cfm_enc_t::data

SEC Confirm encryption data, see sec_cfm_enc_data_t.

Definition at line 208 of file ble_sec.h.

◆ req_type

sec_enc_req_type_t sec_cfm_enc_t::req_type

Request type, see sec_enc_req_type_t.

Definition at line 206 of file ble_sec.h.


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