SEC Parameter. More...
#include <ble_sec.h>
Public Attributes | |
| ble_sec_mode_level_t | level |
| ble_sec_io_cap_t | io_cap |
| bool | oob |
| uint8_t | auth |
| uint8_t | key_size |
| uint8_t | ikey_dist |
| uint8_t | rkey_dist |
| uint8_t ble_sec_param_t::auth |
Set the auth, see SEC Auth Flag.
| uint8_t ble_sec_param_t::ikey_dist |
Set the initial key distribution, see SEC Key Distribution Flag.
| ble_sec_io_cap_t ble_sec_param_t::io_cap |
Set the IO capability, see ble_sec_io_cap_t.
| uint8_t ble_sec_param_t::key_size |
| ble_sec_mode_level_t ble_sec_param_t::level |
Set the minimum security level of the device, see ble_sec_mode_level_t.
| bool ble_sec_param_t::oob |
| uint8_t ble_sec_param_t::rkey_dist |
Set the response key distribution, see SEC Key Distribution Flag.