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. 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.
Referenced by at_ble_encryption_start(), ble_encryption_request_handler(), ble_pair_request_handler(), ble_slave_security_handler(), gapc_bond_ind(), and gapc_key_exch().
uint8_t at_ble_LTK_t::key[AT_BLE_MAX_KEY_LEN] |
Long Term Key.
Referenced by at_ble_encryption_request_reply(), at_ble_encryption_start(), ble_pair_request_handler(), ble_slave_security_handler(), gapc_bond_ind(), and gapc_key_exch().
uint8_t at_ble_LTK_t::key_size |
Encryption key size (7 to 16)
Referenced by at_ble_encryption_request_reply(), at_ble_encryption_start(), ble_pair_request_handler(), ble_slave_security_handler(), gapc_bond_ind(), and gapc_key_exch().
uint8_t at_ble_LTK_t::nb[8] |
Random Number (64 bit)
Referenced by at_ble_encryption_start(), ble_encryption_request_handler(), ble_pair_request_handler(), ble_slave_security_handler(), gapc_bond_ind(), and gapc_key_exch().