ble_gap_enc_info_t

S130 SoftDevice v2.0.0 API

S130 SoftDevice v2.0.0

GAP Encryption Information. More...

#include <ble_gap.h>

Data Fields

uint8_t ltk [16]
uint8_t lesc : 1
uint8_t auth : 1
uint8_t ltk_len : 6

Detailed Description

GAP Encryption Information.

Field Documentation

uint8_t ble_gap_enc_info_t::auth

Authenticated Key.

uint8_t ble_gap_enc_info_t::lesc

Key generated using LE Secure Connections.

uint8_t ble_gap_enc_info_t::ltk[16]

Long Term Key.

uint8_t ble_gap_enc_info_t::ltk_len

LTK length in octets.