dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_enc_info_t Struct Reference

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.

Definition at line 698 of file ble_gap.h.

Field Documentation

uint8_t ble_gap_enc_info_t::auth

Authenticated Key.

Definition at line 702 of file ble_gap.h.

uint8_t ble_gap_enc_info_t::lesc

Key generated using LE Secure Connections.

Definition at line 701 of file ble_gap.h.

uint8_t ble_gap_enc_info_t::ltk[16]

Long Term Key.

Definition at line 700 of file ble_gap.h.

uint8_t ble_gap_enc_info_t::ltk_len

LTK length in octets.

Definition at line 703 of file ble_gap.h.


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