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