nRF51 SDK - S110 SoftDevice
|
GAP Encryption Information. More...
#include <ble_gap.h>
Data Fields | |
uint16_t | div |
uint8_t | ltk [16] |
uint8_t | auth: 1 |
uint8_t | ltk_len: 7 |
GAP Encryption Information.
uint8_t ble_gap_enc_info_t::auth |
Authenticated Key.
uint16_t ble_gap_enc_info_t::div |
Encryption Diversifier.
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.