ble_sec_param_t Struct Reference

SEC Parameter. More...

#include <ble_sec.h>

Public Attributes

ble_sec_mode_level_t level
 Set the minimum security level of the device, see ble_sec_mode_level_t. More...
 
ble_sec_io_cap_t io_cap
 Set the IO capability, see ble_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...
 

Detailed Description

SEC Parameter.

Definition at line 147 of file ble_sec.h.

Member Data Documentation

◆ auth

uint8_t ble_sec_param_t::auth

Set the auth, see SEC Auth Flag.

Definition at line 152 of file ble_sec.h.

◆ ikey_dist

uint8_t ble_sec_param_t::ikey_dist

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

Definition at line 154 of file ble_sec.h.

◆ io_cap

ble_sec_io_cap_t ble_sec_param_t::io_cap

Set the IO capability, see ble_sec_io_cap_t.

Definition at line 150 of file ble_sec.h.

◆ key_size

uint8_t ble_sec_param_t::key_size

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

Definition at line 153 of file ble_sec.h.

◆ level

ble_sec_mode_level_t ble_sec_param_t::level

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

Definition at line 149 of file ble_sec.h.

◆ oob

bool ble_sec_param_t::oob

Indicate whether OOB is supported.

Definition at line 151 of file ble_sec.h.

◆ rkey_dist

uint8_t ble_sec_param_t::rkey_dist

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

Definition at line 155 of file ble_sec.h.


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