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 |
SEC Parameter.
uint8_t sec_param_t::auth |
Set the auth, see SEC Auth Flag.
uint8_t sec_param_t::ikey_dist |
Set the initial key distribution, see SEC Key Distribution Flag.
sec_io_cap_t sec_param_t::io_cap |
Set the IO capability, see sec_io_cap_t.
uint8_t sec_param_t::key_size |
Indicate the supported maximum LTK size (range: 7-16).
sec_mode_level_t sec_param_t::level |
Set the minimum security level of the device, see sec_mode_level_t.
bool sec_param_t::oob |
Indicate whether OOB is supported.
uint8_t sec_param_t::rkey_dist |
Set the response key distribution, see SEC Key Distribution Flag.