Long Term Key.
#include <at_ble_api.h>
Data Fields | |
uint16_t | ediv |
Encryption Diversifier. More... | |
uint8_t | key [AT_BLE_MAX_KEY_LEN] |
Long Term Key array of AT_BLE_MAX_KEY_LEN. More... | |
uint8_t | key_size |
Encryption key size (7 to 16) More... | |
uint8_t | nb [8] |
Random Number (64 bit) More... | |
uint16_t at_ble_LTK_t::ediv |
Encryption Diversifier.
uint8_t at_ble_LTK_t::key[AT_BLE_MAX_KEY_LEN] |
Long Term Key array of AT_BLE_MAX_KEY_LEN.
Referenced by ble_pair_done_handler().
uint8_t at_ble_LTK_t::key_size |
Encryption key size (7 to 16)
uint8_t at_ble_LTK_t::nb[8] |
Random Number (64 bit)