sec_param_t Struct Reference

SEC Parameter. More...

#include <ble_sec.h>

Data Fields

sec_mode_level_t level
 
sec_io_cap_t io_cap
 
bool oob
 
uint8_t auth
 
uint8_t key_size
 
uint8_t ikey_dist
 
uint8_t rkey_dist
 

Detailed Description

SEC Parameter.

Field Documentation

◆ auth

uint8_t sec_param_t::auth

Set the auth, see SEC Auth Flag.

◆ ikey_dist

uint8_t sec_param_t::ikey_dist

Set the initial key distribution, see SEC Key Distribution Flag.

◆ io_cap

sec_io_cap_t sec_param_t::io_cap

Set the IO capability, see sec_io_cap_t.

◆ key_size

uint8_t sec_param_t::key_size

Indicate the supported maximum LTK size (range: 7-16).

◆ level

sec_mode_level_t sec_param_t::level

Set the minimum security level of the device, see sec_mode_level_t.

◆ oob

bool sec_param_t::oob

Indicate whether OOB is supported.

◆ rkey_dist

uint8_t sec_param_t::rkey_dist

Set the response key distribution, see SEC Key Distribution Flag.


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