ble_sec_cfm_enc_t Struct Reference

SEC Confirm encryption. More...

#include <ble_sec.h>

+ Collaboration diagram for ble_sec_cfm_enc_t:

Public Attributes

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

Detailed Description

SEC Confirm encryption.

Definition at line 179 of file ble_sec.h.

Member Data Documentation

◆ accept

bool ble_sec_cfm_enc_t::accept

Indicate whether to accept the request.

Definition at line 182 of file ble_sec.h.

◆ data

ble_sec_cfm_enc_data_t ble_sec_cfm_enc_t::data

SEC Confirm encryption data, see ble_sec_cfm_enc_data_t.

Definition at line 183 of file ble_sec.h.

◆ req_type

ble_sec_enc_req_type_t ble_sec_cfm_enc_t::req_type

Request type, see ble_sec_enc_req_type_t.

Definition at line 181 of file ble_sec.h.


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