S112 SoftDevice v5.1.0
Data Fields
ble_gap_sec_levels_t Struct Reference

Security levels supported. More...

#include <ble_gap.h>

Data Fields

uint8_t lv1: 1
 
uint8_t lv2: 1
 
uint8_t lv3: 1
 
uint8_t lv4: 1
 

Detailed Description

Security levels supported.

Note
See Bluetooth Specification Version 4.2 Volume 3, Part C, Chapter 10, Section 10.2.1.

Field Documentation

uint8_t ble_gap_sec_levels_t::lv1

If 1: Level 1 is supported.

uint8_t ble_gap_sec_levels_t::lv2

If 1: Level 2 is supported.

uint8_t ble_gap_sec_levels_t::lv3

If 1: Level 3 is supported.

uint8_t ble_gap_sec_levels_t::lv4

If 1: Level 4 is supported.


Documentation feedback | Developer Zone | Subscribe | Updated