![]() |
S132 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
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 |
GAP Encryption Information.
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.